Skip to content

Add move constructor for HDF5 Writer

Dan Guest requested to merge dguest/athena:hdf5util-add-move-constructor into 21.2

It's useful to be able to (for example) return the H5Utils::Writer class from a function. The default move constructor should be fine in this case.

Merge request reports