We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a15af commit f6662adCopy full SHA for f6662ad
python/templates/Collection.h.jinja2
@@ -22,7 +22,6 @@
22
23
#include <string_view>
24
#include <vector>
25
-#include <array>
26
#include <algorithm>
27
#include <ostream>
28
#include <mutex>
@@ -60,7 +59,7 @@ public:
60
59
{{ class.bare_type }}Collection& operator=({{ class.bare_type }}Collection&&) = default;
61
62
// {{ class.bare_type }}Collection({{ class.bare_type }}Vector* data, uint32_t collectionID);
63
- ~{{ class.bare_type }}Collection();
+ ~{{ class.bare_type }}Collection() override;
64
65
constexpr static auto typeName = "{{ (class | string ).strip(':') + "Collection" }}";
66
constexpr static auto valueTypeName = "{{ (class | string ).strip(':') }}";
0 commit comments