This commit is contained in:
joaquintides
2022-10-10 18:55:03 +02:00
parent 505a08cf95
commit 69aff6f776

View File

@ -1296,7 +1296,7 @@ private:
>
static inline init_type value_from(T&& x)
{
return {std::forward<T>(x)};
return std::forward<T>(x);
}
template<typename T>