mirror of
https://github.com/Naios/continuable.git
synced 2026-02-08 02:36:40 +08:00
fix compile
This commit is contained in:
parent
9374ef4055
commit
13bb461b58
@ -454,11 +454,9 @@ namespace detail
|
|||||||
>::type,
|
>::type,
|
||||||
typename concat_identities_as_pack<
|
typename concat_identities_as_pack<
|
||||||
Pack,
|
Pack,
|
||||||
// typename wrap_in_tuple<
|
typename unary_chainer_t<Next, _ATy...>::callback_arguments_t
|
||||||
typename unary_chainer_t<Next, _ATy...>::callback_arguments_t
|
|
||||||
// >::type
|
|
||||||
>::type
|
>::type
|
||||||
> { }
|
> { };
|
||||||
|
|
||||||
template<typename Args, typename Pack, typename Next, typename... Rest>
|
template<typename Args, typename Pack, typename Next, typename... Rest>
|
||||||
struct multiple_result_maker<Args, Pack, Next, Rest...>
|
struct multiple_result_maker<Args, Pack, Next, Rest...>
|
||||||
|
|||||||
6
test.cpp
6
test.cpp
@ -230,9 +230,11 @@ int main(int /*argc*/, char** /*argv*/)
|
|||||||
//// Here we go
|
//// Here we go
|
||||||
//entry();
|
//entry();
|
||||||
|
|
||||||
detail::unary_chainer_t<std::function<Continuable<bool>()>>::callback_arguments_t args213987;
|
detail::unary_chainer_t<
|
||||||
|
std::function<Continuable<bool>()>
|
||||||
|
>::callback_arguments_t args213987;
|
||||||
|
|
||||||
typedef detail::result_maker_of_t<
|
typedef detail::functional_traits<>::result_maker_of_t<
|
||||||
|
|
||||||
std::function<Continuable<bool>()>,
|
std::function<Continuable<bool>()>,
|
||||||
decltype(CastSpellPromise(2)),
|
decltype(CastSpellPromise(2)),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user