We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add configuration flag span_FEATURE_MAKE_SPAN to unconditionally control presence of make_span()
span_FEATURE_MAKE_SPAN
make_span()
Plan:
Originates from issue #32 .
Envisioned implementation:
#ifndef span_FEATURE_MAKE_SPAN #ifdef span_FEATURE_MAKE_SPAN_TO_STD # define span_FEATURE_MAKE_SPAN span_IN_STD( span_FEATURE_MAKE_SPAN_TO_STD ) #else # define span_FEATURE_MAKE_SPAN 0 #endif #endif
The text was updated successfully, but these errors were encountered:
Please do the same for all other *_TO_STD macros. Especially as e.g. the subspan function rely on this.
*_TO_STD
Sorry, something went wrong.
Add span_FEATURE_MAKE_SPAN (#33, thanks to @Flamefire)
3a53e2a
499e578
[skip ci] Update table for added macros (#33, #34, thanks to @Flamefire)
f5e33aa
No branches or pull requests
Add configuration flag
span_FEATURE_MAKE_SPAN
to unconditionally control presence ofmake_span()
Plan:
Originates from issue #32 .
Envisioned implementation:
The text was updated successfully, but these errors were encountered: