As discussed in #742:
If the WITH_STL cmake option is enabled, the build should be using std::span if available (for C++20), and fall back to nostd::span instead of gsl::span ( or perhaps fail the build). Use gsl::span only if developers explicitly specify the WITH_GSL build option.
As discussed in #742:
If the
WITH_STLcmake option is enabled, the build should be using std::span if available (for C++20), and fall back tonostd::spaninstead ofgsl::span( or perhaps fail the build). Usegsl::spanonly if developers explicitly specify theWITH_GSLbuild option.