Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3f38a7 + 177a713 commit addb05eCopy full SHA for addb05e
generate/templates/templates/struct_content.cc
@@ -67,6 +67,8 @@ using namespace std;
67
this->raw->{{ fields|payloadFor field.name }} = NULL;
68
{% endif %}
69
}
70
+ {% elsif field.hasConstructor |or field.isLibgitType %}
71
+ this->{{ field.name }}.Reset();
72
73
74
0 commit comments