correct a mistake

This commit is contained in:
Denis Blank 2015-06-11 19:40:21 +02:00 committed by Naios
parent 6b27bdb523
commit d15573e6c8

View File

@ -107,11 +107,9 @@ int main(int /*argc*/, char** /*argv*/)
typedef fu::requires_functional_constructible<std::function<void()>>::type test_assert1;
// typedef fu::requires_functional_constructible<std::vector<int>>::type test_assert2;
typedef detail::convert_void_to_continuable<void> test5;
test5* _test5 = nullptr;
detail::convert_void_to_continuable<void>::type* _test5 = nullptr;
typedef detail::convert_void_to_continuable<Continuable<Callback<SpellCastResult>>> test6;
test6* _test6 = nullptr;
detail::convert_void_to_continuable<Continuable<Callback<SpellCastResult>>>::type* _test6 = nullptr;
// auto cba2 = make_continuable(myvec);