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
WG21-P2198R7 Freestanding Feature-Test Macros And Implementation-Defined Extensions
See the paper for exactly which feature-test macros are provided.
I don't know whether there's anything for our hosted implementation to do here.
Note: We're focused on implementing the remaining library-only features in C++23. Until that's done, we will NOT be accepting PRs for C++26 features.
The text was updated successfully, but these errors were encountered:
::operator new
The paper apparently requires hosted implementations to define all __cpp_lib_freestanding_* macros as the new-val (202306L).
__cpp_lib_freestanding_*
new-val
202306L
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
WG21-P2198R7 Freestanding Feature-Test Macros And Implementation-Defined Extensions
See the paper for exactly which feature-test macros are provided.
I don't know whether there's anything for our hosted implementation to do here.
Note: We're focused on implementing the remaining library-only features in C++23. Until that's done, we will NOT be accepting PRs for C++26 features.
The text was updated successfully, but these errors were encountered: