Closed burnpanck closed 3 years ago
This also affect GCC11
Thanks for the heads-up.
This issue seems to be a duplicate of #55 and should have been closed already in April 2020 :)
span_HAVE()
has been made available when using std::span
in release 8.0 in issue #55 via bfee78b160e8e66503ac2d5be5e3de1d41291c08.
On LLVM 10, I get the above error from "include/nonstd/span.hpp:1524:61":
It seem that,
span_HAVE(...)
is only defined whenspan_USES_STD_SPAN
is false, but used outside of that configuration too.