mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +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 const& other = *static_cast<Base const*>(&right);
|
||||
assert(!other->is_empty());
|
||||
assert(!other.is_empty());
|
||||
|
||||
#ifndef _NDEBUG
|
||||
me.set(slot_t::empty);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user