From 6bef0fd271a7d219fa568a978b3b8bbb2c4209fc Mon Sep 17 00:00:00 2001 From: Naios Date: Mon, 8 Jun 2015 21:59:31 +0200 Subject: [PATCH] test --- fluent++/functional_unwrap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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