From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id E39B0393FC3F; Tue, 17 Mar 2020 19:47:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E39B0393FC3F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b863b393470c2cd0caa1b2f8a4030484a67121c4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 97af1548febe7a9009add283a7bd2a15ad6377b3 X-Git-Newrev: b863b393470c2cd0caa1b2f8a4030484a67121c4 Message-Id: <20200317194714.E39B0393FC3F@sourceware.org> Date: Tue, 17 Mar 2020 19:47:14 +0000 (GMT) From: Jason Merrill X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Mar 2020 19:47:15 -0000 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 b863b393470c2cd0caa1b2f8a4030484a67121c4 (commit) from 97af1548febe7a9009add283a7bd2a15ad6377b3 (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 b863b393470c2cd0caa1b2f8a4030484a67121c4 Author: Jason Merrill Date: Tue Mar 17 00:30:54 2020 -0400 cxx-status: Various updates. * Coroutines are merged. * P2092R0 was already the G++ behavior. * Add paper for adjustment to pack init-capture. * Add some PR numbers. * Fix centering of some cells. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index defdc281..0a841862 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -113,7 +113,7 @@ Concepts P0734R0 - 10 + 10 __cpp_concepts >= 201907 @@ -144,11 +144,11 @@ - P2103R0 - No + P2092R0 - P2092R0 + P2103R0 + No P2113R0 @@ -215,7 +215,7 @@ P2002R1 - No + No @@ -270,11 +270,15 @@ - Allow pack expansion in lambda init-capture + Allow pack expansion in lambda init-capture P0780R2 9 __cpp_init_captures >= 201803 + + P2095R0 + 10 + Proposed wording for likely and unlikely attributes P0479R5 @@ -347,7 +351,7 @@ P1937R2 - 10 + 10 std::is_constant_evaluated @@ -441,7 +445,8 @@ Coroutines P0912R5 - No (Coroutines Wiki) + 10 + (Coroutines Wiki) @@ -466,7 +471,7 @@ DR: Converting from T* to bool should be considered narrowing P1957R2 - No + 10 (C++20 mode only) @@ -518,7 +523,7 @@ P2082R1 - No + No (PR93976) Class template argument deduction for alias templates ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) hooks/post-receive -- gcc-wwwdocs