2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-03-19 16:50:46 +08:00
Sean McBride 623907f397
Modern C++ dtor declarations ()
* 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
..
2024-02-09 11:29:55 -06:00
2024-02-09 11:29:55 -06:00
2022-11-01 16:02:27 -05:00