From 922863e75f10db3bff001483279ba649d9735f46 Mon Sep 17 00:00:00 2001
From: Corentin Jabot
Date: Mon, 4 Oct 2021 14:42:13 -0400
Subject: [PATCH] Add core papers added in the October 2021 WG21 plenary
---
clang/www/cxx_status.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 9ded887..f3d1edf 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1321,6 +1321,53 @@ C++20, informally referred to as C++2b.
P2201R1 |
Yes |
+
+
+ Deducing this |
+ P0847R7 |
+ No |
+
+
+ Change scope of lambda trailing-return-type |
+ P2036R3 |
+ No |
+
+
+ Multidimensional subscript operator |
+ P2128R6 |
+ No |
+
+
+ Non-literal variables (and labels and gotos) in constexpr functions |
+ P2242R3 |
+ No |
+
+
+ Character encoding of diagnostic text |
+ P2246R1 |
+ Yes |
+
+
+ Character sets and encodings |
+ P2314R4 |
+ Yes |
+
+
+ Consistent character literal encoding |
+ P2316R2 |
+ Yes |
+
+
+ Add support for preprocessing directives elifdef and elifndef |
+ P2334R1 |
+ Clang 13 |
+
+
+ Extend init-statement to allow alias-declaration |
+ P2360R0 |
+ No |
+
+
--
2.7.4