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
Showing
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
mentioned in commit 03e10384
·mentioned in commit 03e10384