diff --git a/include/continuable/detail/expected.hpp b/include/continuable/detail/expected.hpp index f299b0c..4ade3ba 100644 --- a/include/continuable/detail/expected.hpp +++ b/include/continuable/detail/expected.hpp @@ -116,6 +116,7 @@ struct expected_copy_base : expected_move_base { expected_copy_base(expected_copy_base&&) = default; explicit expected_copy_base(expected_copy_base const& right) + : expected_move_base() // TODO noexcept(Base::is_nothrow_move_constructible) { Base& me = *static_cast(this);