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 103ffb8a17
3 changed files with 28 additions and 3 deletions

View file

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