Added type name.

This commit is contained in:
Anton Bachin 2015-05-03 05:11:01 -04:00
parent bc0bbb65d8
commit b0d3d3ac53

View File

@ -503,6 +503,8 @@ template <typename EnumType> class _GeneratedArrays;
using _Integral = UnderlyingType; \
\
public: \
constexpr static const char* _name = #EnumType; \
\
enum _Enumerated : _Integral { __VA_ARGS__ }; \
\
protected: \