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
System updates will be applied on May 27th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
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