From 69aff6f776861490115f4035f8d627a45a528a40 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 10 Oct 2022 18:55:03 +0200 Subject: [PATCH] restored 16f86b0770752d517942ddbdfc09c8db58d5c232 --- 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 18b549a7..64699571 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1296,7 +1296,7 @@ private: > static inline init_type value_from(T&& x) { - return {std::forward(x)}; + return std::forward(x); } template