fix compile

This commit is contained in:
Denis Blank 2015-07-01 20:37:29 +02:00 committed by Naios
parent 9374ef4055
commit 13bb461b58
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -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)),