diff options
Diffstat (limited to 'src/io/cxxstdio.hpp')
-rw-r--r-- | src/io/cxxstdio.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/cxxstdio.hpp b/src/io/cxxstdio.hpp index fc5829f..6e49c11 100644 --- a/src/io/cxxstdio.hpp +++ b/src/io/cxxstdio.hpp @@ -29,6 +29,8 @@ # include "../generic/enum.hpp" +namespace tmwa +{ namespace cxxstdio { // other implementations of do_vprint are injected by ADL. @@ -187,5 +189,6 @@ namespace cxxstdio }) } // namespace cxxstdio +} // namespace tmwa #endif // TMWA_IO_CXXSTDIO_HPP |