xo-gc stack: coverage improvement + related tidying
This commit is contained in:
parent
9b84ef8a7f
commit
42e09dd21e
8 changed files with 130 additions and 47 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue