forked from boostorg/container_hash
Make hash_value(monostate) inline
This commit is contained in:
@@ -517,7 +517,7 @@ namespace boost
|
||||
#endif
|
||||
|
||||
#if BOOST_HASH_HAS_VARIANT
|
||||
std::size_t hash_value(std::monostate) {
|
||||
inline std::size_t hash_value(std::monostate) {
|
||||
return 0x87654321;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user