mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
correct a mistake
This commit is contained in:
parent
b2e5e94131
commit
d40f6d5c08
6
test.cpp
6
test.cpp
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user