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/xstring.tcc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/xstring.tcc') diff --git a/src/strings/xstring.tcc b/src/strings/xstring.tcc index 8115d23..e9f0f1e 100644 --- a/src/strings/xstring.tcc +++ b/src/strings/xstring.tcc @@ -19,6 +19,9 @@ #include "vstring.hpp" + +namespace tmwa +{ namespace strings { template @@ -26,3 +29,4 @@ namespace strings : _b(&*s.begin()), _e(&*s.end()), _base(nullptr) {} } // namespace strings +} // namespace tmwa -- cgit v1.2.3-60-g2f50