__cpp_lib_constexpr_complex
for P0415R1Section: 17.3.2 [version.syn] Status: C++20 Submitter: Stephan T. Lavavej Opened: 2019-12-04 Last modified: 2021-02-25
Priority: 0
View other active issues in [version.syn].
View all other issues in [version.syn].
View all issues with C++20 status.
Discussion:
P1902R1 "Missing feature-test macros 2017-2019", accepted in Belfast, said:
[P0415R1] (Constexpr for
std::complex
): this paper proposes to introduce the macro__cpp_lib_constexpr_complex
. That is, introducing a new macro for this header.
However, __cpp_lib_constexpr_complex
wasn't mentioned in the Wording section, and doesn't appear
in the latest WP N4842.
__cpp_lib_constexpr_complex
.",
so this has been accepted and then overlooked by WG21 twice.
[2019-12-12 Issue Prioritization]
Status to Tentatively Ready and priority to 0 after twelve positive votes on the reflector.
Proposed resolution:
This wording is relative to N4842.
Modify 17.3.2 [version.syn] p2 as indicated:
[…] #define __cpp_lib_constexpr_algorithms 201806L // also in <algorithm> #define __cpp_lib_constexpr_complex 201711L // also in <complex> #define __cpp_lib_constexpr_dynamic_alloc 201907L // also in <memory> […]