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/generic/array.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/generic/array.hpp') diff --git a/src/generic/array.hpp b/src/generic/array.hpp index 5e4dd67..cf50dc8 100644 --- a/src/generic/array.hpp +++ b/src/generic/array.hpp @@ -26,6 +26,9 @@ # include "oops.hpp" + +namespace tmwa +{ template struct ExclusiveIndexing { @@ -113,5 +116,6 @@ public: template using Array = GenericArray>; +} // namespace tmwa #endif // TMWA_GENERIC_ARRAY_HPP -- cgit v1.2.3-70-g09d2