Unidata / netcdf-cxx4

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

Default or delete most constructors/assignment operators #144

Open ZedThree opened 8 months ago

ZedThree commented 8 months 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.