xo-interpreter2 stack: mark non-trivial dtors b/c DGlobalSymtab
This commit is contained in:
parent
3666bf3dd1
commit
8e3b8691fc
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ namespace xo {
|
|||
obj<AAllocator> mm,
|
||||
const ArenaHashMapConfig & cfg);
|
||||
|
||||
/** non-trivial destructor for @ref map_ **/
|
||||
~DGlobalSymtab() = default;
|
||||
|
||||
///@}
|
||||
/** @defgroup scm-globalsymtab-access-methods access methods **/
|
||||
///@{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue