From d40f6d5c08eea4a283b7c30b16185f7acaffc46e Mon Sep 17 00:00:00 2001 From: Naios Date: Thu, 11 Jun 2015 19:40:21 +0200 Subject: [PATCH] correct a mistake --- test.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test.cpp b/test.cpp index 68dfd44..cd362f4 100644 --- a/test.cpp +++ b/test.cpp @@ -107,11 +107,9 @@ int main(int /*argc*/, char** /*argv*/) typedef fu::requires_functional_constructible>::type test_assert1; // typedef fu::requires_functional_constructible>::type test_assert2; - typedef detail::convert_void_to_continuable test5; - test5* _test5 = nullptr; + detail::convert_void_to_continuable::type* _test5 = nullptr; - typedef detail::convert_void_to_continuable>> test6; - test6* _test6 = nullptr; + detail::convert_void_to_continuable>>::type* _test6 = nullptr; // auto cba2 = make_continuable(myvec);