diff --git a/include/magic_enum.hpp b/include/magic_enum.hpp index 09adc7f..2eb4cf4 100644 --- a/include/magic_enum.hpp +++ b/include/magic_enum.hpp @@ -789,7 +789,7 @@ struct constexpr_hash_t -[[maybe_unused]] constexpr static Hash hash_v{}; +inline constexpr Hash hash_v{}; template constexpr auto calculate_cases(std::size_t Page) noexcept {