summaryrefslogtreecommitdiff
path: root/src/expr/mkmetakind
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/mkmetakind')
-rwxr-xr-xsrc/expr/mkmetakind2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/mkmetakind b/src/expr/mkmetakind
index 88208d776..f9b49fc0a 100755
--- a/src/expr/mkmetakind
+++ b/src/expr/mkmetakind
@@ -279,7 +279,7 @@ $3 const& NodeValue::getConst< $3 >() const {
cname=`echo "$3" | awk 'BEGIN {FS="::"} {print$NF}'`
metakind_constDeleters="${metakind_constDeleters}
case kind::$1:
- std::allocator< $3 >().destroy(reinterpret_cast< $3* >(nv->d_children));
+ std::destroy_at(reinterpret_cast< $3* >(nv->d_children));
break;
"
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback