xo-interpreter2 stack: refactor + bugfix operator expr

This commit is contained in:
Roland Conybeare 2026-03-12 20:26:08 -05:00
commit ad992d9e5d
2 changed files with 1 additions and 2 deletions

View file

@ -273,7 +273,7 @@ namespace xo {
*
* Deliberately disable this for variants
**/
DRepr * operator->()
DRepr * operator->() const noexcept
requires (!std::is_same_v<DataType, DVariantPlaceholder>)
{ return data_; }