xo-reader2: revert c++23 feature, to keep osx clang build
This commit is contained in:
parent
bcd95502d2
commit
334057613e
14 changed files with 57 additions and 63 deletions
|
|
@ -38,7 +38,7 @@ namespace xo {
|
|||
/** @defgroup scm-expectexpr-access-methods access methods **/
|
||||
///@{
|
||||
|
||||
const char * ssm_classname() const noexcept { return "DExpectExprSsm"; }
|
||||
static const char * ssm_classname() { return "DExpectExprSsm"; }
|
||||
bool allow_defs() const noexcept { return allow_defs_; }
|
||||
bool cxl_on_rightbrace() const noexcept { return cxl_on_rightbrace_; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue