1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

fix warning

This commit is contained in:
neargye 2022-08-05 18:24:02 +04:00
parent 35a3c7c9da
commit 0dfa61e757

View file

@ -748,7 +748,7 @@ struct constexpr_hash_t<Value, std::enable_if_t<std::is_same_v<Value, string_vie
}; };
template <typename Hash> template <typename Hash>
constexpr static Hash hash_v{}; [[maybe_unused]] constexpr static Hash hash_v{};
template <auto* GlobValues, typename Hash> template <auto* GlobValues, typename Hash>
constexpr auto calculate_cases(std::size_t Page) noexcept { constexpr auto calculate_cases(std::size_t Page) noexcept {