From 590dc57254f301c99938941c31e3f48bffb96fc8 Mon Sep 17 00:00:00 2001 From: Daniela Engert Date: Fri, 7 Apr 2017 16:57:19 +0200 Subject: [PATCH] unbalanced opening parenthesis Signed-off-by: Daniela Engert --- include/boost/fiber/future/detail/task_object.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/fiber/future/detail/task_object.hpp b/include/boost/fiber/future/detail/task_object.hpp index 8823d725..3a48929a 100644 --- a/include/boost/fiber/future/detail/task_object.hpp +++ b/include/boost/fiber/future/detail/task_object.hpp @@ -58,7 +58,7 @@ public: fn_, std::make_tuple( std::forward< Args >( args) ... ) ) #else std::apply( - fn_, std::make_tuple( std::forward< Args >( args) ... ) + fn_, std::make_tuple( std::forward< Args >( args) ... ) ) #endif ); } catch (...) {