mirror of
https://github.com/Naios/continuable.git
synced 2026-02-17 07:39:49 +08:00
build fix
This commit is contained in:
parent
dbf73b6ac6
commit
53c878c9c5
@ -100,7 +100,7 @@ struct expected_copy_base : expected_move_base<Base> {
|
|||||||
{
|
{
|
||||||
Base& me = *static_cast<Base*>(this);
|
Base& me = *static_cast<Base*>(this);
|
||||||
Base const& other = *static_cast<Base const*>(&right);
|
Base const& other = *static_cast<Base const*>(&right);
|
||||||
assert(!other->is_empty());
|
assert(!other.is_empty());
|
||||||
|
|
||||||
#ifndef _NDEBUG
|
#ifndef _NDEBUG
|
||||||
me.set(slot_t::empty);
|
me.set(slot_t::empty);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user