xo-interpreter2 stack: mark non-trivial dtors b/c DGlobalSymtab

This commit is contained in:
Roland Conybeare 2026-02-15 14:26:33 -05:00
commit 8aec961990
5 changed files with 20 additions and 3 deletions

View file

@ -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 **/