xo-expression2: + Expression facet

This commit is contained in:
Roland Conybeare 2026-01-12 21:50:17 -05:00
commit 0c9f9d2f0d

View file

@ -21,6 +21,7 @@ namespace xo {
using AAllocator = xo::mm::AAllocator;
using ppindentinfo = xo::print::ppindentinfo;
public:
DList(xo::obj<AGCObject> h,
DList * r) : head_{h}, rest_{r} {}