From patchwork Tue Nov 19 14:58:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 292468 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)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 992F82C0127 for ; Wed, 20 Nov 2013 02:00:01 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=K3VmAHywRaW4ZZLdKFYBtHfZYNQvdqu3E+V5P4I162VFyU lvxAsg+/GRagkfjXWZJndtvm3AuE4EHm/8P3UK8UDvnksUat1JwIkqZnvcIjmlgS XbpueFVDi3bM6/JU1AqUeybVj2G68Xgt9KqDOxVhtzm9ZF8r9QjLtgs7DoP4g= 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 :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=PpzuOPeZbisdPxS0Ah3Nex5+0hY=; b=ydDj+2astgjavNpdR/9S SA/TO+nSVb47cLG7+TPKDuwVMNt5cZaUa+PLH76uWqNkksA+OXzcoayW78wlrfPr sV8dUskv6Y3fNkxl0pAkYXcmBwhWZjCea9B5tQ1XPUpc44RuJYtq6QhpEBWGAUhm MQPNcF/2kTUuSyNc+wPoEeo= Received: (qmail 351 invoked by alias); 19 Nov 2013 14:59:36 -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 315 invoked by uid 89); 19 Nov 2013 14:59:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_50, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RDNS_NONE, SPF_PASS, URIBL_BLOCKED autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-lb0-f169.google.com Received: from Unknown (HELO mail-lb0-f169.google.com) (209.85.217.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 19 Nov 2013 14:58:52 +0000 Received: by mail-lb0-f169.google.com with SMTP id y6so688005lbh.14 for ; Tue, 19 Nov 2013 06:58:42 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.112.150.103 with SMTP id uh7mr1631629lbb.34.1384873122547; Tue, 19 Nov 2013 06:58:42 -0800 (PST) Received: by 10.112.173.195 with HTTP; Tue, 19 Nov 2013 06:58:42 -0800 (PST) Date: Tue, 19 Nov 2013 14:58:42 +0000 Message-ID: Subject: [v3 patch] move library TS status to new table From: Jonathan Wakely To: "libstdc++" , gcc-patches 2013-11-19 Jonathan Wakely * doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses. Committed to trunk. commit f6ca0fe406b379b4fd7cd4575756fda04156cde0 Author: Jonathan Wakely Date: Tue Nov 19 14:56:22 2013 +0000 * doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml index 0e0ac37..bb389e8 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2014.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2014.xml @@ -20,8 +20,8 @@ presence of the required flag. -This page describes the C++14 support in mainline GCC SVN, not in any -particular release. +This page describes the C++14 and library TS support in mainline GCC SVN, +not in any particular release. @@ -223,29 +223,53 @@ particular release. - - - N3672 + + N3655 - A proposal to add a utility class to represent optional objects + TransformationTraits Redux Y - Moved from C++14 to Library Fundamentals TS + + - - N3655 + + N3644 - TransformationTraits Redux - Y + Null Forward Iterators + N + + +
+ + + +C++ Technical Specifications Implementation Status + + + + + + + + + Paper + Title + Status + Comments + + + + + @@ -255,21 +279,44 @@ particular release. C++ Dynamic Arrays N - Moved from C++14 to Library Fundamentals TS + Array Extensions TS - - - N3644 + + N3672 - Null Forward Iterators - N - + A proposal to add a utility class to represent optional objects + Y + Library Fundamentals TS + + + + N3762 + + + string_view: a non-owning reference to a string + Y + Library Fundamentals TS + + + + + + + N3790 + + + File System + WIP + + + +