ess-dmsc / h5cpp

C++ wrapper for the HDF5 C-library
https://ess-dmsc.github.io/h5cpp/
GNU Lesser General Public License v2.1
116 stars 19 forks source link

Make NodeIterator range-conform by adding a default ctor #646

Closed FlyingSamson closed 4 months ago

FlyingSamson commented 4 months ago

Resolves #645.

jkotan commented 4 months ago

Thank you @FlyingSamson . Your change looks OK for me. I will merge it