mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-29 19:57:18 +02:00
Add missing inline
This commit is contained in:
@ -1819,7 +1819,7 @@ template<class V> struct hash_value_L
|
||||
|
||||
} // namespace detail
|
||||
|
||||
std::size_t hash_value( monostate const & )
|
||||
inline std::size_t hash_value( monostate const & )
|
||||
{
|
||||
return 0xA7EE4757u;
|
||||
}
|
||||
|
Reference in New Issue
Block a user