forked from boostorg/unordered
dropped unnecessary type trimming
This commit is contained in:
@@ -891,10 +891,7 @@ private:
|
|||||||
|
|
||||||
template<typename F>
|
template<typename F>
|
||||||
using group_access_for=typename std::conditional<
|
using group_access_for=typename std::conditional<
|
||||||
takes_arg_as_const_reference<
|
takes_arg_as_const_reference<F,value_type>::value,
|
||||||
typename std::remove_cv<typename std::remove_reference<F>::type>::type,
|
|
||||||
value_type
|
|
||||||
>::value,
|
|
||||||
group_shared,
|
group_shared,
|
||||||
group_exclusive
|
group_exclusive
|
||||||
>::type;
|
>::type;
|
||||||
|
Reference in New Issue
Block a user