interface: use explicit std:: namespace specifier in common code
commit3225fc1ca1c5c4c39288a07123ca1b70fa308bca
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Sun, 19 Oct 2025 21:27:47 +0000 (19 23:27 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 22 Nov 2025 14:26:18 +0000 (22 15:26 +0100)
tree141a073f1a5b7ba0cd95091ee9251f4517d20fbe
parent6636516b6c77173060880f3b93d90c49156142cc
interface: use explicit std:: namespace specifier in common code

This makes it easier to extract the common code to a separate header
without having to import the std namespace.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
interface/extract_interface.cc