diff --git a/include/Continuable.h b/include/Continuable.h index 81dcaef..23d0b58 100644 --- a/include/Continuable.h +++ b/include/Continuable.h @@ -696,8 +696,6 @@ namespace detail typedef typename result_maker::partial_results_t partial_results_t; - static std::size_t const size = result_maker::size; - typedef multiple_when_all_chainer_t_make_result, arguments_t, partial_results_t> make_result; // Creates one continuable from multiple ones diff --git a/test.cpp b/test.cpp index 1ebbd40..a2bd999 100644 --- a/test.cpp +++ b/test.cpp @@ -305,7 +305,7 @@ public: int main(int /*argc*/, char** /*argv*/) { - CopyMoveTracer tracer; + // CopyMoveTracer tracer; /* CastSpellPromise(1)