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/compat/memory.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compat/memory.hpp') diff --git a/src/compat/memory.hpp b/src/compat/memory.hpp index 3a2af96..702951c 100644 --- a/src/compat/memory.hpp +++ b/src/compat/memory.hpp @@ -25,6 +25,8 @@ # include +namespace tmwa +{ template struct is_array_of_unknown_bound : std::is_same::type[]> @@ -42,5 +44,6 @@ typename std::enable_if::value, std::unique_ptr::type E; return std::unique_ptr(new E[sz]()); } +} // namespace tmwa #endif // TMWA_COMPAT_MEMORY_HPP -- cgit v1.2.3-70-g09d2