Skip to content

Delete some default constructors and assignment operators

They are unused, but if someone used them they would lead to problems since they would copy the internal raw pointers and the destructor would cause double delete

Merge request reports