Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
128 stars 49 forks source link

Default or delete most constructors/assignment operators #144

Open ZedThree opened 1 year ago

ZedThree commented 1 year ago

See following C++ Core Guidelines for rationale:

Basically we can rely on the compiler to generate all of these for us. This PR is net -400 lines and does exactly the same thing.