Skip to content

Commit 388eff6

Browse files
jensmaurertkoeppe
authored andcommitted
[version.syn] Fix value of __cpp_lib_constexpr_bitset
Paper P2417R2 was approved in July 2022, but commit 75518ff did not set the feature-test to the approriate value.
1 parent a009995 commit 388eff6

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
@@ -592,7 +592,7 @@
592592
#define @\defnlibxname{cpp_lib_complex_udls}@ 201309L // also in \libheader{complex}
593593
#define @\defnlibxname{cpp_lib_concepts}@ 202207L // also in \libheader{concepts}, \libheader{compare}
594594
#define @\defnlibxname{cpp_lib_constexpr_algorithms}@ 201806L // also in \libheader{algorithm}, \libheader{utility}
595-
#define @\defnlibxname{cpp_lib_constexpr_bitset}@ 202202L // also in \libheader{bitset}
595+
#define @\defnlibxname{cpp_lib_constexpr_bitset}@ 202207L // also in \libheader{bitset}
596596
#define @\defnlibxname{cpp_lib_constexpr_charconv}@ 202207L // also in \libheader{charconv}
597597
#define @\defnlibxname{cpp_lib_constexpr_cmath}@ 202202L // also in \libheader{cmath}, \libheader{cstdlib}
598598
#define @\defnlibxname{cpp_lib_constexpr_complex}@ 201711L // also in \libheader{complex}

0 commit comments

Comments
 (0)