mirror of
https://github.com/boostorg/unordered.git
synced 2025-08-01 04:14:29 +02:00
temporarily reverted 16f86b0770
This commit is contained in:
@@ -1296,7 +1296,7 @@ private:
|
|||||||
>
|
>
|
||||||
static inline init_type value_from(T&& x)
|
static inline init_type value_from(T&& x)
|
||||||
{
|
{
|
||||||
return std::forward<T>(x);
|
return {std::forward<T>(x)};
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
Reference in New Issue
Block a user