diff options
Diffstat (limited to 'src/generic/array.hpp')
-rw-r--r-- | src/generic/array.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
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<class I, I be, I en> struct ExclusiveIndexing { @@ -113,5 +116,6 @@ public: template<class T, size_t n> using Array = GenericArray<T, SimpleIndexing<n>>; +} // namespace tmwa #endif // TMWA_GENERIC_ARRAY_HPP |