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/rstring.tcc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/rstring.tcc') diff --git a/src/strings/rstring.tcc b/src/strings/rstring.tcc index 6bfc7b0..c247b8f 100644 --- a/src/strings/rstring.tcc +++ b/src/strings/rstring.tcc @@ -19,6 +19,9 @@ #include "mstring.hpp" + +namespace tmwa +{ namespace strings { template @@ -59,3 +62,4 @@ namespace strings _assign(v.begin(), v.end()); } } // namespace strings +} // namespace tmwa -- cgit v1.2.3-70-g09d2