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);