xo-alloc2: missed operator defs

This commit is contained in:
Roland Conybeare 2026-05-08 20:10:40 -04:00
commit 04bdc763bf
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,7 @@ namespace xo {
<< ": attempt to call uninitialized"
<< " IAllocator_Any method"
<< std::endl;
std::terminate();
}