xo-alloc2: + Allocator.alloc_range() with DArena input
This commit is contained in:
parent
3184b37460
commit
70ce4712e1
15 changed files with 182 additions and 68 deletions
|
|
@ -14,12 +14,14 @@ namespace xo {
|
|||
{
|
||||
switch (x) {
|
||||
case comparison::invalid:
|
||||
return "?comparison";
|
||||
break;
|
||||
case comparison::comparable:
|
||||
return "cmp";
|
||||
case comparison::incomparable:
|
||||
return "!cmp";
|
||||
}
|
||||
|
||||
return "?comparison";
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue