xo-gc xo-object2: gc bugfixes and logging [WORKING]
This commit is contained in:
parent
84adc35aec
commit
c739fba5eb
4 changed files with 135 additions and 20 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