BlueBrain / HighFive

HighFive - Header-only C++ HDF5 interface
https://bluebrain.github.io/HighFive/
Boost Software License 1.0
673 stars 159 forks source link

Remove `Object{Create,Access}Props`. #1002

Closed 1uc closed 3 months ago

1uc commented 3 months ago

These are abstract concepts in the documentation of HDF5. In their current implementation they can't be used to express "one of ..." as they should.

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.71%. Comparing base (b3f34bd) to head (23392aa).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1002 +/- ## ========================================== + Coverage 86.65% 86.71% +0.05% ========================================== Files 97 97 Lines 6001 5997 -4 ========================================== Hits 5200 5200 + Misses 801 797 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.