microsoft / STL

MSVC's implementation of the C++ Standard Library.
Other
10.07k stars 1.48k forks source link

P1383R2 More `constexpr` For `<cmath>` And `<complex>` #3789

Open StephanTLavavej opened 1 year ago

StephanTLavavej commented 1 year ago

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

:magic_wand: Requires compiler work, followup to:

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.

frederick-vs-ja commented 1 year ago

Perhaps this also requires front end to change (see discussion in #2530).

StephanTLavavej commented 1 year ago

Yes, I agree. Labeled, thanks.