[llvm-branch-commits] [libcxx] [libc++] Follow-up to "Poison Pills are Too Toxic" (PR #109291)
A. Jiang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 19 10:23:57 PDT 2024
================
@@ -992,6 +992,7 @@ def add_version_header(tc):
"name": "__cpp_lib_ranges",
"values": {
"c++20": 202207,
+ "c++23": 202211, # P2602R2 Poison Pills are Too Toxic
----------------
frederick-vs-ja wrote:
(Not strictly related to this PR) I think the value is fine in C++23 mode, but perhaps it should be `202110L` in C++20 mode as explained in #101715.
https://github.com/llvm/llvm-project/pull/109291
More information about the llvm-branch-commits
mailing list