Unidata / netcdf-cxx4

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

Implement move semantics for NcFile #60

Closed htmlboss closed 5 years ago

htmlboss commented 5 years ago

Long overdue, I know...I honestly forgot I had this done and ready.

ZedThree commented 5 years ago

The NcGroup move constructor and move assignment operator should be defined in NcGroup, rather than NcFile.

WardF commented 5 years ago

Thanks, the tests are failing at the moment but I'll take a look at why.