xo-reader2: revert c++23 feature, to keep osx clang build

This commit is contained in:
Roland Conybeare 2026-01-31 01:14:33 -05:00
commit 315c066734
14 changed files with 57 additions and 63 deletions

View file

@ -261,10 +261,12 @@ namespace xo {
**/
DLocalSymtab * local_symtab_ = nullptr;
#ifdef NOT_YET
/** global symbol table.
* Toplevel definitions go here.
**/
DGlobalSymtab * global_symtab_ = nullptr;
#endif
/** current output from parser **/
ParserResult result_;