From a700e3b87b00d2673b3cded0a61201d09dfc051a Mon Sep 17 00:00:00 2001 From: "S. B. Tam" Date: Wed, 8 Nov 2023 10:01:46 +0800 Subject: [PATCH] [version.syn] Bump value of __cpp_lib_constexpr_complex (#6421) P1383R2 "More constexpr for and " modifies two headers; both __cpp_lib_constexpr_cmath and __cpp_lib_constexpr_complex should be updated. This aligns with existing practice in SD6. --- source/support.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/support.tex b/source/support.tex index 5d76edc882..4360c21e2c 100644 --- a/source/support.tex +++ b/source/support.tex @@ -602,7 +602,7 @@ #define @\defnlibxname{cpp_lib_constexpr_bitset}@ 202207L // also in \libheader{bitset} #define @\defnlibxname{cpp_lib_constexpr_charconv}@ 202207L // also in \libheader{charconv} #define @\defnlibxname{cpp_lib_constexpr_cmath}@ 202306L // also in \libheader{cmath}, \libheader{cstdlib} -#define @\defnlibxname{cpp_lib_constexpr_complex}@ 201711L // also in \libheader{complex} +#define @\defnlibxname{cpp_lib_constexpr_complex}@ 202306L // also in \libheader{complex} #define @\defnlibxname{cpp_lib_constexpr_dynamic_alloc}@ 201907L // also in \libheader{memory} #define @\defnlibxname{cpp_lib_constexpr_functional}@ 201907L // freestanding, also in \libheader{functional} #define @\defnlibxname{cpp_lib_constexpr_iterator}@ 201811L // freestanding, also in \libheader{iterator}