From 505a08cf9561b70f28cd1fca5907e57ad7c5f335 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 10 Oct 2022 18:34:45 +0200 Subject: [PATCH] temporarily reverted 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 64699571..18b549a7 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