diff --git a/EnumInternal.h b/EnumInternal.h index cb6b289..0526057 100644 --- a/EnumInternal.h +++ b/EnumInternal.h @@ -503,6 +503,8 @@ template class _GeneratedArrays; using _Integral = UnderlyingType; \ \ public: \ + constexpr static const char* _name = #EnumType; \ + \ enum _Enumerated : _Integral { __VA_ARGS__ }; \ \ protected: \