mirror of
https://github.com/Naios/continuable.git
synced 2025-12-12 06:29:55 +08:00
test
This commit is contained in:
parent
28df29e035
commit
dda1357163
@ -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