diff --git a/include/boost/unordered/unordered_flat_map.hpp b/include/boost/unordered/unordered_flat_map.hpp index 5d4fc28f..dd464eb2 100644 --- a/include/boost/unordered/unordered_flat_map.hpp +++ b/include/boost/unordered/unordered_flat_map.hpp @@ -232,7 +232,7 @@ namespace boost { return table_.insert(std::forward(value)); } - std::pair insert(init_type&& value) + BOOST_FORCEINLINE std::pair insert(init_type&& value) { return table_.insert(std::move(value)); }