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:
parent
35a3c7c9da
commit
0dfa61e757
1 changed files with 1 additions and 1 deletions
|
|
@ -748,7 +748,7 @@ struct constexpr_hash_t<Value, std::enable_if_t<std::is_same_v<Value, string_vie
|
|||
};
|
||||
|
||||
template <typename Hash>
|
||||
constexpr static Hash hash_v{};
|
||||
[[maybe_unused]] constexpr static Hash hash_v{};
|
||||
|
||||
template <auto* GlobValues, typename Hash>
|
||||
constexpr auto calculate_cases(std::size_t Page) noexcept {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue