This commit is contained in:
Michele Caini
2018-06-03 22:17:06 +02:00
parent f31790631a
commit 0a03ddb8a7

View File

@@ -30,7 +30,7 @@ struct Identifier final: Identifier<Types>... {
{}
template<typename Type>
constexpr std::size_t get() const ENTT_NOEXCEPT {
constexpr std::size_t get() const ENTT_NOEXCEPT {
return Identifier<std::decay_t<Type>>::get();
}
};