xo-gc xo-object2: gc bugfixes and logging [WORKING]
This commit is contained in:
parent
65ee116ff8
commit
103ffb8a17
3 changed files with 28 additions and 3 deletions
|
|
@ -41,7 +41,7 @@ namespace xo {
|
|||
bool
|
||||
DList::is_empty() const noexcept
|
||||
{
|
||||
return this != &s_null;
|
||||
return this == &s_null;
|
||||
}
|
||||
|
||||
auto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue