HighFive icon indicating copy to clipboard operation
HighFive copied to clipboard

Request support for boost::span

Open Arsennnic opened this issue 7 months ago • 2 comments

I use boost::span as an alternative to std::span since I'm limited to C++17. boost::span has been introduced in Boost core since Boost-1.78, which is a compatible implementation of std::span.

Would you please and the support for boost::span?

Alternatively, would you mind if I refer to the code in <highfive/span.hpp>, implement this feature by myself, and open a pull request?

Arsennnic avatar Jul 09 '24 17:07 Arsennnic