Skip to content

Commit

Permalink
Allow default ctors.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Feb 20, 2024
1 parent 088e614 commit 3c43359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/highfive/H5Group.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Group: public Object,
public:
const static ObjectType type = ObjectType::Group;

Group() = delete;
Group() = default;

std::pair<unsigned int, unsigned int> getEstimatedLinkInfo() const;

Expand Down

0 comments on commit 3c43359

Please sign in to comment.