TRIQS / h5

A high-level C++ interface to the hdf5 library
https://triqs.github.io/h5
Other
3 stars 7 forks source link

Remove default copy constructor in group #20

Closed Thoemi09 closed 6 months ago

Thoemi09 commented 10 months ago

The compiler issued a warning (when compiling TRIQS) that the generation of the implicitly-defined copy assignment operator is deprecated if T has a user-declared destructor or user-declared copy constructor (see https://en.cppreference.com/w/cpp/language/copy_assignment under "Implicitly-defined copy assignment operator").