mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
stylistic
This commit is contained in:
@ -1436,7 +1436,7 @@ private:
|
||||
typename T,
|
||||
typename std::enable_if<is_init_or_value_type<T>::value>::type* =nullptr
|
||||
>
|
||||
static inline auto value_from(T&& x)->decltype(std::forward<T>(x))
|
||||
static inline T&& value_from(T&& x)
|
||||
{
|
||||
return std::forward<T>(x);
|
||||
}
|
||||
|
Reference in New Issue
Block a user