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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
constexpr
<cmath>
<complex>
WG21-P1383R2 More constexpr For <cmath> And <complex>
INCREASED feature-test macros (applied by cplusplus/draft#6343 and cplusplus/draft#6421, present in WG21-N4971):
#define __cpp_lib_constexpr_cmath 202306L #define __cpp_lib_constexpr_complex 202306L
🪄 Requires compiler work, followup to:
<cstdlib>
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:
No branches or pull requests
WG21-P1383R2 More
constexpr
For<cmath>
And<complex>
INCREASED feature-test macros (applied by cplusplus/draft#6343 and cplusplus/draft#6421, present in WG21-N4971):
🪄 Requires compiler work, followup to:
constexpr
For<cmath>
And<cstdlib>
#2530Note: 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: