diff --git a/introspection.hpp b/introspection.hpp index a3529680..d9d8172f 100644 --- a/introspection.hpp +++ b/introspection.hpp @@ -159,7 +159,7 @@ namespace util { /// /// Expects to be called from outside all namespaces. #define INTROSPECTION_ENUM_IMPL(NS,E, ...) \ - constexpr \ + const \ std::array< \ util::enum_traits<::NS::E>::value_type, \ util::enum_traits<::NS::E>::value_count \