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
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Creating a dataset with underlying type of std::byte currently triggers a static assertion ("Type not supported"). This makes sense as std::byte is implemented as an enum rather than a scalar/numeric type. However, CPP Core Guidelines encourages the use of std::byte as the preferred way to refer to generic, non-character data. Does it make sense for HighFive to support this?