From patchwork Fri Nov 22 21:51:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Polacek X-Patchwork-Id: 1199671 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-514440-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="sedOs+WC"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="DynOe61R"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47KVWq469cz9sPc for ; Sat, 23 Nov 2019 08:52:05 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=wa+dWBU3SKcu7QHE ZpGbFmEnoPJciFAYOMbLDi02vWtGDvPRd4NXSU97NaufsnK9BsngW6Z8m/EohAE6 rD7Utxk66FF1bfMtpLmJdaZaV3SrUFHpUoG+qMTCDGyhujh2grZVxkc/u0X22njZ CNpPwB1ELVaNY0vFlbuJE2FyBnI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type :content-transfer-encoding; s=default; bh=SL0tcj0sy1UAGAMEjS9dRA I1PNY=; b=sedOs+WCSFvUWktRZqw1wgxdEhXBEnqvJGIWDPD3HO+jprd02WrYOk j1QqlFTPfnBfnSEEPFr9XHHKvizhnEoiDxMiPO1g6uRgn+fqfpaV5VvXN5ccgs/U z/lJJaByLTUepBLhb/8goWGFfBK3Rlx0jQPpZigxzGVPtKEBtZDEo= Received: (qmail 68466 invoked by alias); 22 Nov 2019 21:51:58 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 68459 invoked by uid 89); 22 Nov 2019 21:51:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT autolearn=ham version=3.3.1 spammy= X-HELO: us-smtp-delivery-1.mimecast.com Received: from us-smtp-1.mimecast.com (HELO us-smtp-delivery-1.mimecast.com) (205.139.110.61) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Nov 2019 21:51:56 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574459514; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=j+eLrjfn3I1O8SKPfZ1EnfUFlB5rU6rBqCIfix7vsac=; b=DynOe61RrGbjZdZrWjvYIgfHlnfhHjMAL/QQrNu6WenR3X1Kvj3/KCFEY+4r84GXGSAexg /LPxbjPEtdLHM4P/qYoRuSW5orBAbsOxOINpC+1olkgMTK+9hhSfd/9MIekAvkb+xEaZFU LNblzWO4tceSbMOFXtb3YtarajacTxA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-210-UJ9OOPVbOliME2Ewpe_EnA-1; Fri, 22 Nov 2019 16:51:52 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6A0DC107ACE3 for ; Fri, 22 Nov 2019 21:51:51 +0000 (UTC) Received: from redhat.com (unknown [10.20.4.51]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 1C5AB5D6A0; Fri, 22 Nov 2019 21:51:50 +0000 (UTC) Date: Fri, 22 Nov 2019 16:51:49 -0500 From: Marek Polacek To: GCC Patches Cc: Jason Merrill Subject: [wwwdocs] Update C++ status with Belfast motions Message-ID: <20191122215149.GB18206@redhat.com> MIME-Version: 1.0 User-Agent: Mutt/1.12.1 (2019-06-15) X-Mimecast-Spam-Score: 0 Content-Disposition: inline Committed to git. Should s/http/https/ the wg21 links. Jason, do we support P1907R1? commit d59a823fb4ad2daa535d26f592274ec68b9cb4a1 Author: Marek Polacek Date: Fri Nov 22 16:49:27 2019 -0500 Update with Belfast motions. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index c240d6da..380a7dfa 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -116,7 +116,11 @@ P1141R2
P0848R3
P1616R1
- P1452R2 + P1452R2
+ + P1972R0
+ + P1980R0 10 __cpp_concepts >= ? @@ -157,7 +161,10 @@ P1120R0
P1185R2
P1186R3
- P1630R1 + P1630R1
+ + P1946R0 + 10 __cpp_impl_three_way_comparison >= 201711 @@ -229,7 +236,9 @@ Class Types in Non-Type Template Parameters - P0732R2 + P0732R2
+ + P1907R1 9 __cpp_nontype_template_parameter_class >= 201806 @@ -332,10 +341,10 @@ - Modules + Modules P1103R3 - No (Modules Wiki) - + No (Modules Wiki) + P1766R1 @@ -346,6 +355,14 @@ P1703R1 + + + P1874R1 + + + + P1979R0 + Coroutines P0912R5 @@ -354,7 +371,9 @@ Parenthesized initialization of aggregates - P0960R3 + P0960R3
+ + P1975R0 No (PR91363) __cpp_aggregate_paren_init >= 201902