From 35118b5a71952dee234a3e3f2a929e0c852495f6 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 11 Oct 2022 20:35:59 +0200 Subject: [PATCH] reverted --- include/boost/unordered/detail/foa.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index b1dd5f87..049dfada 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1114,7 +1114,7 @@ public: BOOST_FORCEINLINE std::pair insert(init_type&& x) { - return emplace_impl(std::forward(x)); + return emplace_impl(std::move(x)); } template<