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 334057613e
14 changed files with 57 additions and 63 deletions

View file

@ -46,7 +46,7 @@ namespace xo {
static void on_symbol_token(const Token & tk,
ParserStateMachine * p_psm);
const char * ssm_classname() const noexcept { return "DExpectSymbolSsm"; }
static const char * ssm_classname() { return "DExpectSymbolSsm"; }
/** @defgroup scm-expectsymbol-ssm-facet syntaxstatemachine facet methods **/
///@{