BlueBrain / HighFive

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

Use enum class for DataSpace::DataspaceType. #900

Closed 1uc closed 9 months ago

1uc commented 10 months ago

See #899 for what the issue is and a safe alternative. Unfortunately, changing an enum to an enum class is a breaking change and can't be done until 3.0.0.

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (066c188) 86.11% compared to head (a8eed46) 86.13%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #900 +/- ## ========================================== + Coverage 86.11% 86.13% +0.01% ========================================== Files 90 90 Lines 5864 5872 +8 ========================================== + Hits 5050 5058 +8 Misses 814 814 ```

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