From 756395f61b90e30c9087b5efa8b4809ab03aff6e Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Mon, 13 Feb 2023 09:24:20 -0800 Subject: [PATCH] [clang] fix DR status in cxx_status.html --- clang/www/cxx_status.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 729135d..f93a788 100755 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -1203,12 +1203,11 @@ code. This issue is expected to be rectified soon. Partial - P2615R1 + P2615R1 (DR) No - P2788R0 - + P2788R0 (DR) No @@ -1530,13 +1529,13 @@ C++20, informally referred to as C++2b.

Clang 16 - Permitting static constexpr variables in constexpr functions (DR) + Permitting static constexpr variables in constexpr functions P2647R1 Clang 16 - consteval needs to propagate up (DR) - P2564R3 + consteval needs to propagate up + P2564R3 (DR) No @@ -1546,9 +1545,9 @@ C++20, informally referred to as C++2b.

- Static and explicit object member functions with the same parameter-type-lists - P2797R0 - No + Referencing The Unicode Standard + P2736R2 + Yes -- 2.7.4