From fc1314a67247de3cdbe1e33c67da1e5ada6ec2cf Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Wed, 1 Jul 2015 20:47:22 +0200 Subject: [PATCH] Remove unnecessary part --- include/Continuable.h | 14 -------------- test.cpp | 3 ++- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/include/Continuable.h b/include/Continuable.h index 762cdd6..f119bed 100644 --- a/include/Continuable.h +++ b/include/Continuable.h @@ -447,20 +447,6 @@ namespace detail static size_t const size = Count; }; - template - struct multiple_result_maker - : public multiple_result_maker< - Count + 1, - typename concat_identities< - Args, - typename unary_chainer_t::callback_arguments_t - >::type, - typename concat_identities_as_pack< - Pack, - typename unary_chainer_t::callback_arguments_t - >::type - > { }; - template struct multiple_result_maker : public multiple_result_maker< diff --git a/test.cpp b/test.cpp index 1de7cd0..422d2d4 100644 --- a/test.cpp +++ b/test.cpp @@ -239,7 +239,8 @@ int main(int /*argc*/, char** /*argv*/) std::function()>, decltype(CastSpellPromise(2)), decltype(TrivialPromise()), - std::function()> + std::function()>, + std::function()> > maker;