mirror of
https://github.com/Naios/continuable.git
synced 2026-02-07 18:26:40 +08:00
test
This commit is contained in:
parent
1bb00c3bd0
commit
6bef0fd271
@ -95,7 +95,7 @@ namespace fu
|
|||||||
template<typename _RTy, typename... _ATy>
|
template<typename _RTy, typename... _ATy>
|
||||||
struct select_best_unwrap<_RTy, _ATy...>
|
struct select_best_unwrap<_RTy, _ATy...>
|
||||||
{
|
{
|
||||||
typedef typename unwrap_function_impl<_RTy(_ATy...)> type;
|
typedef unwrap_function_impl<_RTy(_ATy...)> type;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // detail
|
} // detail
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user