xo-gc xo-object2: gc bugfixes and logging [WORKING]

This commit is contained in:
Roland Conybeare 2026-01-04 15:33:08 -05:00
commit c739fba5eb
4 changed files with 135 additions and 20 deletions

View file

@ -41,7 +41,7 @@ namespace xo {
bool
DList::is_empty() const noexcept
{
return this != &s_null;
return this == &s_null;
}
auto