xo-alloc2: ++ plumbing for AAllocator / DArena
This commit is contained in:
parent
f52184f84c
commit
e21debcda2
11 changed files with 228 additions and 91 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue