Skip to content

Commit

Permalink
[version.syn] Bump value of __cpp_lib_constexpr_complex (#6421)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cpplearner authored Nov 8, 2023
1 parent 4feefb6 commit a700e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/support.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a700e3b

Please sign in to comment.