From 4d58e3bded32585c12be7f3a59ad8599e929f3df Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Wed, 28 Nov 2018 17:55:01 +0100 Subject: [PATCH] Attempt to fix the GCC build --- include/continuable/detail/core/base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/continuable/detail/core/base.hpp b/include/continuable/detail/core/base.hpp index 27f47ec..8e713bb 100644 --- a/include/continuable/detail/core/base.hpp +++ b/include/continuable/detail/core/base.hpp @@ -622,7 +622,7 @@ struct exception_stripper_proxy { std::declval()...)) { return util::invoke(std::move(callable_), // std::forward(args)...); - }; + } }; } // namespace detail