This commit is contained in:
Naios 2015-06-08 21:59:31 +02:00
parent 1bb00c3bd0
commit 6bef0fd271

View File

@ -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