mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
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