From a795f9cf012f6024676a1f67f6d36c7a5b2ba1f4 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 11 Jan 2020 06:41:21 +0200 Subject: [PATCH] Add missing inline --- include/boost/variant2/variant.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/variant2/variant.hpp b/include/boost/variant2/variant.hpp index 069823a..fe28315 100644 --- a/include/boost/variant2/variant.hpp +++ b/include/boost/variant2/variant.hpp @@ -1819,7 +1819,7 @@ template struct hash_value_L } // namespace detail -std::size_t hash_value( monostate const & ) +inline std::size_t hash_value( monostate const & ) { return 0xA7EE4757u; }