correct a mistake

This commit is contained in:
Naios 2015-06-11 19:40:21 +02:00
parent b2e5e94131
commit d40f6d5c08

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