diff options
Diffstat (limited to 'src/strings/vstring.hpp')
-rw-r--r-- | src/strings/vstring.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strings/vstring.hpp b/src/strings/vstring.hpp index 022347a..25051c8 100644 --- a/src/strings/vstring.hpp +++ b/src/strings/vstring.hpp @@ -25,6 +25,9 @@ # include "base.hpp" + +namespace tmwa +{ namespace strings { template<uint8_t n> @@ -73,6 +76,7 @@ T stringish(VString<sizeof(T) - 1> iv) static_cast<VString<sizeof(T) - 1>&>(rv) = iv; return rv; } +} // namespace tmwa # include "vstring.tcc" |