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/base.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strings/base.hpp') diff --git a/src/strings/base.hpp b/src/strings/base.hpp index b1aff34..122d46d 100644 --- a/src/strings/base.hpp +++ b/src/strings/base.hpp @@ -26,6 +26,9 @@ # include + +namespace tmwa +{ // It is a common mistake to assume that one string class for everything. // Because C++ and TMWA have a C legacy, there are a few more here // than would probably be necessary in an ideal language. @@ -195,6 +198,7 @@ namespace strings template::value>::type> auto operator >= (const L& l, const R& r) -> decltype((pair_compare(l, r), true)); } // namespace strings +} // namespace tmwa # include "base.tcc" -- cgit v1.2.3-60-g2f50