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

@ -9,7 +9,6 @@
#include "TypeRegistry.hpp"
#include "facet_implementation.hpp"
//#include "typeseq.hpp"
#include "obj.hpp"
#include <xo/arena/DArenaHashMap.hpp>
#include <xo/indentlog/scope.hpp>

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_; }