mirror of
https://github.com/Naios/continuable.git
synced 2025-12-07 17:26:47 +08:00
fix compile
This commit is contained in:
parent
bd3c105b98
commit
9d420817b0
@ -454,11 +454,9 @@ namespace detail
|
||||
>::type,
|
||||
typename concat_identities_as_pack<
|
||||
Pack,
|
||||
// typename wrap_in_tuple<
|
||||
typename unary_chainer_t<Next, _ATy...>::callback_arguments_t
|
||||
// >::type
|
||||
typename unary_chainer_t<Next, _ATy...>::callback_arguments_t
|
||||
>::type
|
||||
> { }
|
||||
> { };
|
||||
|
||||
template<typename Args, typename Pack, typename Next, typename... Rest>
|
||||
struct multiple_result_maker<Args, Pack, Next, Rest...>
|
||||
|
||||
8
test.cpp
8
test.cpp
@ -230,9 +230,11 @@ int main(int /*argc*/, char** /*argv*/)
|
||||
//// Here we go
|
||||
//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>()>,
|
||||
decltype(CastSpellPromise(2)),
|
||||
@ -243,7 +245,7 @@ int main(int /*argc*/, char** /*argv*/)
|
||||
|
||||
maker::arguments_t test282_args;
|
||||
maker::arguments_storage_t test282_pack;
|
||||
|
||||
|
||||
// static_assert(std::is_same<>::value,
|
||||
|
||||
detail::concat_identities<fu::identity<int, bool, char>, fu::identity<float, double>>::type myt;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user