mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
cleanup
This commit is contained in:
parent
8ccf651149
commit
6799b0cf8d
6
test.cpp
6
test.cpp
@ -40,11 +40,7 @@ using cross_forward_t =
|
|||||||
typename std::conditional<
|
typename std::conditional<
|
||||||
std::is_rvalue_reference<T&&>::value,
|
std::is_rvalue_reference<T&&>::value,
|
||||||
typename std::decay<V>::type&&,
|
typename std::decay<V>::type&&,
|
||||||
typename std::conditional<
|
typename std::decay<V>::type&
|
||||||
std::is_lvalue_reference<T&&>::value,
|
|
||||||
typename std::decay<V>::type&,
|
|
||||||
typename std::decay<V>::type
|
|
||||||
>::type
|
|
||||||
>::type;
|
>::type;
|
||||||
|
|
||||||
template<typename T, typename V>
|
template<typename T, typename V>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user