xo-interpreter2 stack: mark non-trivial dtors b/c DGlobalSymtab
This commit is contained in:
parent
31c6697467
commit
8aec961990
5 changed files with 20 additions and 3 deletions
|
|
@ -51,6 +51,9 @@ namespace xo {
|
|||
obj<AAllocator> expr_alloc,
|
||||
obj<AAllocator> fixed_alloc);
|
||||
|
||||
/** non-trivial dtor because of @p parser **/
|
||||
~SchematikaReader() = default;
|
||||
|
||||
/** visit reader-owned memory pools; call visitor(info) for each.
|
||||
* Specifically exclude expr_alloc, since we don't consider
|
||||
* that reader-owned
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue