xo-interpreter2 stack: mark non-trivial dtors b/c DGlobalSymtab
This commit is contained in:
parent
2191eec0f8
commit
a76703d986
1 changed files with 5 additions and 0 deletions
|
|
@ -81,6 +81,11 @@ namespace xo {
|
|||
VirtualSchematikaMachine(const VsmConfig & config,
|
||||
obj<AAllocator> aux_mm);
|
||||
|
||||
/** non-trivial dtor because of @ref reader_
|
||||
* indirect dependency on DGlobalSymtab
|
||||
**/
|
||||
~VirtualSchematikaMachine() = default;
|
||||
|
||||
/** allocator for schematika data **/
|
||||
obj<AAllocator> allocator() const noexcept;
|
||||
/** allocator for runtime errors **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue