From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/strings/astring.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/astring.cpp') diff --git a/src/strings/astring.cpp b/src/strings/astring.cpp index 9811f17..f1f12c3 100644 --- a/src/strings/astring.cpp +++ b/src/strings/astring.cpp @@ -34,6 +34,9 @@ // doing sneaky tricks here //#include "../poison.hpp" + +namespace tmwa +{ namespace strings { static_assert(sizeof(AString) == 256, "AString"); @@ -220,3 +223,4 @@ namespace strings return len; } } // namespace strings +} // namespace tmwa -- cgit v1.2.3-70-g09d2