minor changes

This commit is contained in:
Michele Caini
2019-01-29 08:42:37 +01:00
parent e97d9bb095
commit 2ec7bc878e

View File

@@ -55,7 +55,7 @@ public:
/*! @brief Statically generated unique identifier for the given type. */
template<typename Type>
inline static const identifier_type type = get<std::decay_t<Type>>(std::make_index_sequence<sizeof...(Types)>{});
static constexpr identifier_type type = get<std::decay_t<Type>>(std::make_index_sequence<sizeof...(Types)>{});
};