forked from boostorg/unordered
temporarily reverted 16f86b0770
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user