xo-alloc2: ++ plumbing for AAllocator / DArena

This commit is contained in:
Roland Conybeare 2025-12-12 01:02:45 -05:00
commit e21debcda2
11 changed files with 228 additions and 91 deletions

View file

@ -396,6 +396,11 @@ namespace xo {
REQUIRE(!var1);
REQUIRE(var1.iface() != nullptr);
REQUIRE(var1.data() == nullptr);
DRectCoords z1{1.0, 0.0};
obj<AComplex, DRectCoords> z1o(&z1);
REQUIRE(z1o);
}
}
}