fix compile

This commit is contained in:
Naios 2015-07-01 20:37:29 +02:00
parent bd3c105b98
commit 9d420817b0
2 changed files with 7 additions and 7 deletions

View File

@ -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...>

View File

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