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