Skip to content

Commit a700e3b

Browse files
authored
[version.syn] Bump value of __cpp_lib_constexpr_complex (#6421)
P1383R2 "More constexpr for <cmath> and <complex>" modifies two headers; both __cpp_lib_constexpr_cmath and __cpp_lib_constexpr_complex should be updated. This aligns with existing practice in SD6.
1 parent 4feefb6 commit a700e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@
602602
#define @\defnlibxname{cpp_lib_constexpr_bitset}@ 202207L // also in \libheader{bitset}
603603
#define @\defnlibxname{cpp_lib_constexpr_charconv}@ 202207L // also in \libheader{charconv}
604604
#define @\defnlibxname{cpp_lib_constexpr_cmath}@ 202306L // also in \libheader{cmath}, \libheader{cstdlib}
605-
#define @\defnlibxname{cpp_lib_constexpr_complex}@ 201711L // also in \libheader{complex}
605+
#define @\defnlibxname{cpp_lib_constexpr_complex}@ 202306L // also in \libheader{complex}
606606
#define @\defnlibxname{cpp_lib_constexpr_dynamic_alloc}@ 201907L // also in \libheader{memory}
607607
#define @\defnlibxname{cpp_lib_constexpr_functional}@ 201907L // freestanding, also in \libheader{functional}
608608
#define @\defnlibxname{cpp_lib_constexpr_iterator}@ 201811L // freestanding, also in \libheader{iterator}

0 commit comments

Comments
 (0)