You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marked as v3 since it requires changes to the internal inspector. Given how close we are to v3 and that users have touch this internal detail to add new containers, we might as well consider changes to the inspector as breaking changes.
Arrays do not need to have a compile-time constant number of dimensions (rank). There's two compile-time constant variable:
HighFive/include/highfive/bits/H5Inspector_misc.hpp
Lines 165 to 166 in 1299c55
It's uses seems to be mostly for input validation
https://github.com/search?q=repo%3ABlueBrain%2FHighFive%20recursive_ndim&type=code
Here it's not immediately used for input validation, and there's no container near by to get he runtime-value:
HighFive/include/highfive/bits/H5ReadWrite_misc.hpp
Lines 132 to 143 in 1299c55
The text was updated successfully, but these errors were encountered: