From e6ce44337a4a4e768a0c1f986aa08a7c0614d144 Mon Sep 17 00:00:00 2001 From: neargye Date: Sat, 13 Aug 2022 17:44:32 +0400 Subject: [PATCH] hash_v inline --- include/magic_enum.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {