From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24854 invoked by alias); 21 Feb 2020 17:19:56 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 24772 invoked by uid 9885); 21 Feb 2020 17:19:55 -0000 Date: Fri, 21 Feb 2020 17:19:00 -0000 Message-ID: <20200221171955.24768.qmail@sourceware.org> From: mpolacek@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b2543147f043404eb90ebefa744d210fa7ca6566 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 578a32e2f9215ccf96bd580d275fa12c22aa45a5 X-Git-Newrev: b2543147f043404eb90ebefa744d210fa7ca6566 X-SW-Source: 2020/txt/msg00090.txt This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via b2543147f043404eb90ebefa744d210fa7ca6566 (commit) from 578a32e2f9215ccf96bd580d275fa12c22aa45a5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b2543147f043404eb90ebefa744d210fa7ca6566 Author: Marek Polacek Date: Fri Feb 21 12:17:33 2020 -0500 cxx-status: Update with Prague 2020 WG21 meeting papers. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 3f69d44..1b54ea9 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -110,20 +110,47 @@ - Concepts - P0734R0
- P0857R0
- P1084R2
- P1141R2
- P0848R3
- P1616R1
- P1452R2
- - P1972R0
- - P1980R0 - 10 - __cpp_concepts >= 201907 + Concepts + P0734R0 + 10 + __cpp_concepts >= 201907 + + + P0857R0 + + + P1084R2 + + + P1141R2 + + + P0848R3 + + + P1616R1 + + + P1452R2 + + + + P1972R0 + + + + P1980R0 + + + + P2103R0 + No + + + P2092R0 + + + P2113R0 Range-based for statements with initializer @@ -156,18 +183,42 @@ __cpp_constexpr_in_decltype >= 201711 - Consistent comparison (operator<=>) - P0515R3
- P0905R1
- P1120R0
- P1185R2
- P1186R3
- P1630R1
- - P1946R0 - - 10 - __cpp_impl_three_way_comparison >= 201711 + Consistent comparison (operator<=>) + P0515R3 + 10 + __cpp_impl_three_way_comparison >= 201711 + + + P0905R1 + + + P1120R0 + + + P1185R2 + + + P1186R3 + + + P1630R1 + + + + P1946R0 + + + + P1959R0 + + + + P2002R1 + No + + + + P2085R0 Access checking on specializations @@ -286,11 +337,16 @@ __cpp_char8_t >= 201811 - Immediate functions (consteval) + Immediate functions (consteval) P1073R3 10 (partial, no consteval virtual support) - __cpp_consteval >= 201811 + __cpp_consteval >= 201811 + + + + P1937R2 + No std::is_constant_evaluated @@ -343,10 +399,10 @@ - Modules + Modules P1103R3 - No (Modules Wiki) - + No (Modules Wiki) + P1766R1 @@ -366,6 +422,22 @@ P1979R0 + + P1779R3 + + + + P1857R3 + + + + P2115R0 + + + + P1815R2 + + Coroutines P0912R5 No (Coroutines Wiki) @@ -390,6 +462,13 @@ + + DR: Converting from T* to bool should be considered narrowing + P1957R2 + No + + + Stronger Unicode requirements P1041R4
P1139R2 @@ -430,10 +509,15 @@ - Class template argument deduction for aggregates + Class template argument deduction for aggregates P1816R0 10 - __cpp_deduction_guides >= 201907L + __cpp_deduction_guides >= 201907L + + + + P2082R1 + No Class template argument deduction for alias templates @@ -453,9 +537,16 @@ __cpp_constinit >= 201907 - More implicit moves (merge P0527R1 and P1155R3) + DR: More implicit moves (merge P0527R1 and P1155R3) P1825R0 - No (PR91427) (DR) + No (PR91427) + + + + + DR: Pseudo-destructors end object lifetimes + P0593R6 + No ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 161 +++++++++++++++++++++++++++++++--------- 1 file changed, 126 insertions(+), 35 deletions(-) hooks/post-receive -- gcc-wwwdocs