[llvm-branch-commits] [libcxx] [libc++] Follow-up to "Poison Pills are Too Toxic" (PR #109291)
Louis Dionne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Sep 19 12:39:06 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
----------------
ldionne wrote:
Ack, we can fix that in a follow-up PR indeed.
https://github.com/llvm/llvm-project/pull/109291
More information about the llvm-branch-commits
mailing list