xo-interpreter2 stack: refactor + bugfix operator expr
This commit is contained in:
parent
61c0342233
commit
ad992d9e5d
2 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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_; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue