xo-reader2: apply expr now parses up to rightparen
This commit is contained in:
parent
675fe3d6c3
commit
bf052879c8
1 changed files with 17 additions and 0 deletions
17
include/xo/alloc2/Arena.hpp
Normal file
17
include/xo/alloc2/Arena.hpp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/** @file Arena.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
// reminder: we can't put this AAllocator
|
||||
// (or APrintable for that matter) support in xo-arena,
|
||||
// because xo-arena is a dependency of xo-facet, which is in turn
|
||||
// a dependency of xo-alloc2
|
||||
//
|
||||
|
||||
#include <xo/arena/DArena.hpp>
|
||||
#include "arena/IAllocator_DArena.hpp"
|
||||
|
||||
/* end Arena.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue