mirror of
https://github.com/Naios/continuable.git
synced 2025-12-07 01:06:44 +08:00
Attempt to fix a gcc warning
This commit is contained in:
parent
b502ad61be
commit
55a59fb7f7
@ -116,6 +116,7 @@ struct expected_copy_base : expected_move_base<Base> {
|
|||||||
|
|
||||||
expected_copy_base(expected_copy_base&&) = default;
|
expected_copy_base(expected_copy_base&&) = default;
|
||||||
explicit expected_copy_base(expected_copy_base const& right)
|
explicit expected_copy_base(expected_copy_base const& right)
|
||||||
|
: expected_move_base<Base>()
|
||||||
// TODO noexcept(Base::is_nothrow_move_constructible)
|
// TODO noexcept(Base::is_nothrow_move_constructible)
|
||||||
{
|
{
|
||||||
Base& me = *static_cast<Base*>(this);
|
Base& me = *static_cast<Base*>(this);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user