diff --git a/fluent++/functional_unwrap.hpp b/fluent++/functional_unwrap.hpp index b4171cb..f36fd0e 100644 --- a/fluent++/functional_unwrap.hpp +++ b/fluent++/functional_unwrap.hpp @@ -95,7 +95,7 @@ namespace fu template struct select_best_unwrap<_RTy, _ATy...> { - typedef typename unwrap_function_impl<_RTy(_ATy...)> type; + typedef unwrap_function_impl<_RTy(_ATy...)> type; }; } // detail