BlueBrain / HighFive

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

Fix `inspector<T[N]>`. #929

Closed 1uc closed 9 months ago

1uc commented 9 months ago

Adds prepare and data (non-cost) methods to inspector<T[N]>. This is needed to serialize a int a[][] = {{1, 2, 3}, {4, 5, 6}}; without the read(T*, ...) overload.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (3ea8154) 85.94% compared to head (ceb24b6) 85.94%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #929 +/- ## ======================================= Coverage 85.94% 85.94% ======================================= Files 89 89 Lines 5862 5862 ======================================= Hits 5038 5038 Misses 824 824 ```

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