From patchwork Wed Sep 24 12:54:31 2014
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: Jonathan Wakely
X-Patchwork-Id: 392942
Return-Path:
X-Original-To: incoming@patchwork.ozlabs.org
Delivered-To: patchwork-incoming@bilbo.ozlabs.org
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 3AB8C14012E
for ;
Wed, 24 Sep 2014 22:54:44 +1000 (EST)
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:subject:message-id:mime-version:content-type; q=dns; s=
default; b=FG1XgZ7WOFShJpKsNztnz9r6NGPQ9eMWnqX6ES2WGjXdVs2E71vTh
5npPFTrKvnksgPDgcRuuG6BdH4lGMyCm5nRbqnjht9ZLCAuXwprfuH07yhEavecU
WWyhkapqmJdKvtaApF+Zu9oldpRalKTyjpcORRdSYCcSrdXqoM4RK0=
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:subject:message-id:mime-version:content-type; s=
default; bh=hqrknJXCh07SJFm+96Z5dTRvY8U=; b=cIzqjiBDpp08PE2ec4dv
M8XeLa9r4BC79n4b4KrhQX5JOfDZSqzCPQ605MSsAjGRqoFTwLWYR7k80Jxe/kG0
XLWZAfEXkxwgAT/qQ1HEntefE8li/hwDqXyypr3JxdwKiRj5UxtI7faHC3swvKqd
Ar/jb6KTux0F7i+3jg3ODl8=
Received: (qmail 10849 invoked by alias); 24 Sep 2014 12:54:37 -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 10838 invoked by uid 89); 24 Sep 2014 12:54:36 -0000
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00,
RP_MATCHES_RCVD, SPF_HELO_PASS,
SPF_PASS autolearn=ham version=3.3.2
X-HELO: mx1.redhat.com
Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by
sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with
(AES256-GCM-SHA384 encrypted) ESMTPS;
Wed, 24 Sep 2014 12:54:34 +0000
Received: from int-mx09.intmail.prod.int.phx2.redhat.com
(int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by
mx1.redhat.com (8.14.4/8.14.4) with ESMTP id
s8OCsXsL014059 (version=TLSv1/SSLv3
cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for
; Wed, 24 Sep 2014 08:54:33 -0400
Received: from localhost (ovpn-116-40.ams2.redhat.com [10.36.116.40]) by
int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4)
with ESMTP id s8OCsWjn005265 for ;
Wed, 24 Sep 2014 08:54:32 -0400
Date: Wed, 24 Sep 2014 13:54:31 +0100
From: Jonathan Wakely
To: gcc-patches@gcc.gnu.org
Subject: [wwwdocs] Update C++1y status page now that C++14 is finished.
Message-ID: <20140924125431.GS2669@redhat.com>
MIME-Version: 1.0
Content-Disposition: inline
User-Agent: Mutt/1.5.23 (2014-03-12)
C++14 is no longer the next standard, it's here, so update the project
page.
Committed to cvs.
Index: projects/cxx1y.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1y.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -u -r1.15 -r1.16
--- projects/cxx1y.html 23 Aug 2014 06:56:45 -0000 1.15
+++ projects/cxx1y.html 24 Sep 2014 12:46:05 -0000 1.16
@@ -13,28 +13,28 @@
C++1y/C++14 Support in GCC
- GCC is beginning to introduce support for the next revision of the C++
- standard, which is expected to be published in 2014.
+ GCC is beginning to introduce support for the latest revision of the C++
+ standard, which was published in 2014.
- C++1y features are available as part of the "mainline" GCC
+
C++14 features are available as part of the "mainline" GCC
compiler in the trunk of
GCC's Subversion
- repository and in GCC 4.8 and later. To enable C++1y
- support, add the command-line parameter -std=c++1y
+ repository and in GCC 4.8 and later. To enable C++14
+ support, add the command-line parameter -std=c++14
to your g++
command line. Or, to enable GNU
extensions in addition to C++0x extensions,
- add -std=gnu++1y
to your g++
command
+ add -std=gnu++14
to your g++
command
line.
- Important: Because the ISO C++14 draft is still
- evolving, GCC's support is experimental. No attempt
+
Important: Because the final ISO C++14 standard was only
+ recently published, GCC's support is experimental. No attempt
will be made to maintain backward compatibility with implementations of
- C++1y features that do not reflect the final standard.
+ C++14 features that do not reflect the final standard.
-C++1y Language Features
+C++14 Language Features
- The following table lists new language features that have been
- accepted into the C++1y standard. The "Proposal" column
+
The following table lists new language features that are part of
+ the C++14 standard. The "Proposal" column
provides a link to the ISO C++ committee proposal that describes the
feature, while the "Available in GCC?" column indicates the first
version of GCC that contains an implementation of this feature (if
@@ -127,11 +127,11 @@
-
+
C++14 Library Features
-
-
-
+ The status of the library implementation can be tracked in this
+ table
+
Development Branches