Closed simark closed 9 months ago
@martinmoene Would you mind making a new release including this fix?
We include your projects directly into ours and I prefer referring to a specific version/tag.
@eepp Yeah, I'll do that, thanks for the heads-up.
@eepp Created release 0.11.0; notes yet to be edited.
Compiling as C++11, I see:
The definition of
span_HAVE_NORETURN
is:cppreference says it's available in C++11:
https://en.cppreference.com/w/cpp/language/attributes/noreturn
So I guess the definition of
span_HAVE_RETURN
should bespan_CPP11_OR_GREATER
or one of thespan_CPP11_*
ones. I have no idea about the support of MSVC for this, unfortunately.