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