BlueBrain / HighFive

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

No constexpr rank via constexpr min-max rank. #938

Closed 1uc closed 5 months ago

1uc commented 9 months ago

The commit removes the requirement for a constexpr rank. Instead containers need a minimum and maximum constexpr rank.

The difficulties are:

1uc commented 5 months ago

This allows us to do xt::xarray: #976