hdf5/c++
Sean McBride 623907f397
Modern C++ dtor declarations (#1830)
* C++ dtor modernization

- Replaced a bunch of empty dtors with `= default`
- Removed deprecated `throw()`. In C++11, dtors are `noexcept` by default.

*
2024-02-09 11:29:55 -06:00
..
examples h5 compiler wrappers now pass all arguments passed to it to the compile line (#3954) 2024-01-30 12:20:58 -06:00
src Modern C++ dtor declarations (#1830) 2024-02-09 11:29:55 -06:00
test Modern C++ dtor declarations (#1830) 2024-02-09 11:29:55 -06:00
CMakeLists.txt
Makefile.am