diff options
Diffstat (limited to 'src/generic/enum.hpp')
-rw-r--r-- | src/generic/enum.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/generic/enum.hpp b/src/generic/enum.hpp index 81c9b12..d5d50ea 100644 --- a/src/generic/enum.hpp +++ b/src/generic/enum.hpp @@ -33,8 +33,7 @@ namespace tmwa { -template<class T, class E, E max> -using earray = GenericArray<T, EnumIndexing<E, max>>; +// part moved to fwd.hpp template<class T, class E, E max> class eptr |