From patchwork Wed Jun 26 01:28:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ed Smith-Rowland <3dw4rd@verizon.net> X-Patchwork-Id: 254522 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 012782C00A3 for ; Wed, 26 Jun 2013 11:28:58 +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 :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; q=dns; s=default; b=g68gr5rv/k/VA5m6n GyAaOCvgaK3GU/0AxC06SIH3NBFVxHHWiIMEEPZw9f7Ohm9ahnuS4mvtCBVQ4OmK vzpeS1VIXHZetIC50+42xEA6fHCpzxvMNa4G8vhj2+vPlE0HtpwlFABsjGdlKSIT Xdy6qtotd/CV7Gk+85tI1aVoMo= 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 :message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type; s=default; bh=ubOv4hHMhTMMILP5KO55SgN CLNA=; b=Qqx/petimtf5YjacQZJHiPMvvh6p45mV5PqqphGtNyY2L3Ow08zI4kW V46I8rC8yx053bkEaZ2SeuryuCdkLZJtj88zXslwfPL1ENsjpDnbDMsZttyGDUQJ RrFkzy2ibnjAIO/QeBPS7VEnP+iFPh2iAsqOWs/gIkVz6ltOW/g0= Received: (qmail 5754 invoked by alias); 26 Jun 2013 01:28:43 -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 5718 invoked by uid 89); 26 Jun 2013 01:28:36 -0000 X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL, BAYES_00, BOTNET, KHOP_THREADED, RCVD_IN_DNSWL_NONE, RCVD_IN_HOSTKARMA_NO, RCVD_IN_HOSTKARMA_YE, RP_MATCHES_RCVD, SPF_PASS autolearn=no version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from vms173007pub.verizon.net (HELO vms173007pub.verizon.net) (206.46.173.7) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 26 Jun 2013 01:28:35 +0000 Received: from [192.168.1.13] ([unknown] [96.244.82.207]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MOZ00ACS8354A50@vms173007.mailsrvcs.net>; Tue, 25 Jun 2013 20:28:18 -0500 (CDT) Message-id: <51CA43AF.2050800@verizon.net> Date: Tue, 25 Jun 2013 21:28:15 -0400 From: Ed Smith-Rowland <3dw4rd@verizon.net> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-version: 1.0 To: Jonathan Wakely Cc: libstdc++ , gcc-patches Subject: Re: C++ 2014 status page for libstdc++ References: <4173281.333317.1372175119021.JavaMail.root@vznit170132> In-reply-to: Content-type: multipart/mixed; boundary=------------010001080400000401090805 X-Virus-Found: No On 06/25/2013 11:59 AM, Jonathan Wakely wrote: > On 25 June 2013 16:45, <3dw4rd@verizon.net> wrote: >> Here is a C++2014 status page for fun and profit. > Excellent, thanks! > >> Tested with xmllint. Are there any other tests I should do? > The makefile target to check the docbook manual is: > make doc-xml-validate-docbook Checked clean. > > It should also be linked from doc/xml/manual/intro.xml so it appears > as part of the manual. Done. > > The first paragraph says the table is based on the table of contents > of the CD, but it isn't. I agree with only showing the C++14 changes, > but the first paragraph should be changed (or removed.) > Just removed this paragraph. Applied. Ed 2013-06-25 Ed Smith-Rowland <3dw4rd@verizon.net> Status page for C++2014 library features * doc/xml/faq.xml: Add link to new C++14 status page. * doc/xml/manual/intro.xml: Ditto. * doc/xml/manual/status_cxx2014.xml: New. Index: doc/xml/faq.xml =================================================================== --- doc/xml/faq.xml (revision 200378) +++ doc/xml/faq.xml (working copy) @@ -694,6 +694,7 @@ C++98, TR1, and C++11. + C++14. Index: doc/xml/manual/intro.xml =================================================================== --- doc/xml/manual/intro.xml (revision 200378) +++ doc/xml/manual/intro.xml (working copy) @@ -29,11 +29,15 @@ - + + + + + - + Index: doc/xml/manual/status_cxx2014.xml =================================================================== --- doc/xml/manual/status_cxx2014.xml (revision 0) +++ doc/xml/manual/status_cxx2014.xml (revision 0) @@ -0,0 +1,201 @@ +
+ + +C++ 2014 + + ISO C++ + 2014 + + + + +In this implementation -std=gnu++1y or +-std=c++1y flags must be used to enable language +and library +features. See dialect +options. The pre-defined symbol +__cplusplus is used to check for the +presence of the required flag. + + + +This page describes the C++14 support in mainline GCC SVN, not in any +particular release. + + + +C++ 2014 Implementation Status + + + + + + + + + Paper + Title + Status + Comments + + + + + + + N3669 + Fixing constexpr member functions without const + Y + + + + + N3668 + exchange() utility function + Y + + + + + N3670 + Wording for Addressing Tuples by Type + Y + + + + + N3656 + make_unique + Y + + + + + N3462 + std::result_of and SFINAE + Y + + + + + N3545 + An Incremental Improvement to integral_constant + Y + + + + + N3642 + User-defined Literals for Standard Library Types + Y + + + + + N3671 + Making non-modifying sequence operations more robust + Y + + + + + N3654 + Quoted Strings Library Proposal + Y + + + + + + N3469 + Constexpr Library Additions: chrono + Y + + + + + N3470 + Constexpr Library Additions: containers + Y + + + + + N3471 + Constexpr Library Additions: utilities + Y + + + + + + + N3658 + Compile-time integer sequences + WIP + Need tests + + + + N3659 + Shared Locking in C++ + Y + Need tests + + + + + + N3421 + Making Operator Functors greater<> + WIP + + + + + + N3657 + Adding heterogeneous comparison lookup to associative containers + WIP + + + + + + + N3672 + A proposal to add a utility class to represent optional objects + N + + + + + + N3655 + TransformationTraits Redux + N + + + + + + N3662 + C++ Dynamic Arrays + N + + + + + + N3644 + Null Forward Iterators + N + + + + + +
+ +