xo-gc stack: coverage improvement + related tidying

This commit is contained in:
Roland Conybeare 2026-05-11 09:27:24 -04:00
commit 42e09dd21e
8 changed files with 130 additions and 47 deletions

View file

@ -14,6 +14,7 @@ namespace xo {
namespace mm {
// LCOV_EXCL_START
void
IAllocator_Any::_fatal()
{
@ -29,6 +30,7 @@ namespace xo {
std::terminate();
}
// LCOV_EXCL_STOP
typeseq
IAllocator_Any::s_typeseq = typeseq::id<DVariantPlaceholder>();