We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a78cd commit caa7f28Copy full SHA for caa7f28
python/templates/Collection.h.jinja2
@@ -62,7 +62,6 @@ public:
62
{{ class.bare_type }}Collection({{ class.bare_type }}Collection&&) = default;
63
{{ class.bare_type }}Collection& operator=({{ class.bare_type }}Collection&&) = default;
64
65
-// {{ class.bare_type }}Collection({{ class.bare_type }}Vector* data, uint32_t collectionID);
66
~{{ class.bare_type }}Collection() override;
67
68
constexpr static std::string_view typeName = "{{ (class | string ).strip(':') + "Collection" }}";
0 commit comments