span-lite icon indicating copy to clipboard operation
span-lite copied to clipboard

span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library

Results 11 span-lite issues
Sort by recently updated
recently updated
newest added

When including `span.hpp` in a source file compiled as C++20, I get an error similar to this: $ g++ -x c++-header span.hpp -Wundef -Werror -std=c++20 span.hpp:43:33: error: "span_HAVE_STRUCT_BINDING" is not...