Open glis-glis opened 2 years ago
The default copy constructor was implicitly created and only did a shallow copy, leading to a double delete.
Either provide a deep copy constructor or set it as =delete
The default copy constructor was implicitly created and only did a shallow copy, leading to a double delete.
Either provide a deep copy constructor or set it as =delete