This commit is contained in:
Denis Blank 2015-06-08 21:59:31 +02:00 committed by Naios
parent 28df29e035
commit dda1357163

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