Skip to content

Commit

Permalink
Remove default copy constructor in group
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 authored and Wentzell committed Mar 5, 2024
1 parent 5410b7e commit 5b1371d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions c++/h5/group.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ namespace h5 {
/// Takes the "/" group at the top of the file
group(file f);

///
group(group const &) = default;

private:
// construct from the bare object and the parent
// internal use only for open/create subgroup
Expand Down

0 comments on commit 5b1371d

Please sign in to comment.