Skip to content

Commit

Permalink
Make NodeIterator range-conform by adding a default ctor (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingSamson authored May 13, 2024
1 parent 457cf3c commit 2483481
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/h5cpp/node/node_iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ class DLL_EXPORT NodeIterator : public Iterator
//!
//! \brief default constructor
//!
//! Not requried, thus deleted.
//!
NodeIterator() = delete;
NodeIterator() = default;

//!
//! \brief get iterator to first element
Expand Down

0 comments on commit 2483481

Please sign in to comment.