xo-reader2 stack: + TypeRegistry
This commit is contained in:
parent
d36f0b7733
commit
0023831e4c
17 changed files with 318 additions and 136 deletions
|
|
@ -169,7 +169,7 @@ namespace xo {
|
|||
|
||||
/* arbitrary alloc size */
|
||||
size_t req_z = 13;
|
||||
byte * mem = a1o.alloc(typeseq::anon(), req_z);
|
||||
byte * mem = a1o.alloc(typeseq::sentinel(), req_z);
|
||||
|
||||
REQUIRE(arena.error_count_ == 0);
|
||||
REQUIRE(mem != nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue