From 7abd7bb36d284eeca157bf00d30c5b0fa39ac073 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 11 Oct 2022 11:48:46 +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 f22f8bf6..c5045685 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1119,7 +1119,7 @@ public: return emplace_impl(value_from(std::forward(x))); } - BOOST_FORCEINLINE std::pair insert(/*init_type*/value_type&& x) + BOOST_FORCEINLINE std::pair insert(init_type&& x) { return emplace_impl(std::move(x)); }