From patchwork Sun Feb 22 13:24:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 442276 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 903D6140119 for ; Mon, 23 Feb 2015 00:24:25 +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:subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=default; b=o0UnjUKk77ziqCdi8u9Njy2D+nNxD6 3MK8wmGQwy0/VNmNglq86W0oCbViy2DN6sFOFsHiuQbAx8tMLTcuT84Vti31rqYU JzY8TNxIMcLTBmslnSgsR9RDMGbQAULyMXH1gHKnlmeh3/4qzXwI4LsHP93WqkE+ R6o9QRh42D8PQ= 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:references:mime-version:content-type :in-reply-to; s=default; bh=EMh0gZP9If1PG0SectH/R7ZS2F4=; b=xN+h hVQPrXAHsFTkeTucvmL0F8ln4i48PR1EC2N7HH30ahji2RFOsdAFOUmjqECnQOiL IzvojnXP7wlFBorGseYFK4zn7/5VN4tLSCeG29YinQKcvWl+6wTSRP4qi4STci64 j53nzzf4hG1YRw8PS3kXu28fxKUjdFF2B0/Q4q4= Received: (qmail 16293 invoked by alias); 22 Feb 2015 13:24:18 -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 16276 invoked by uid 89); 22 Feb 2015 13:24:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients 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; Sun, 22 Feb 2015 13:24:17 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1MDOFIY003553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 22 Feb 2015 08:24:15 -0500 Received: from localhost (ovpn-116-20.ams2.redhat.com [10.36.116.20]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t1MDOExp008386; Sun, 22 Feb 2015 08:24:15 -0500 Date: Sun, 22 Feb 2015 13:24:14 +0000 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [patch] Document implementation-defined behaviour in C++11 library Message-ID: <20150222132414.GV3360@redhat.com> References: <20150220190201.GT3360@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20150220190201.GT3360@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) On 20/02/15 19:02 +0000, Jonathan Wakely wrote: >This documents most of the implementation-defined behaviour in the >C++11 standard, although some pieces (such as time facets and random >number distributions) need completing. Remove some duplicated info in that last patch. Committed to trunk. commit 56dc73316739343a3be5ebbf7efd184b92471c95 Author: Jonathan Wakely Date: Sun Feb 22 13:20:05 2015 +0000 * doc/xml/manual/status_cxx2011.xml: Remove duplicated information. * doc/html/manual/status.html: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 72d73c1..965df13 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -2597,13 +2597,6 @@ particular release. - 21.2.3.2 [char.traits.specializations.char16_t] - The type u16streampos is a synonym for - fpos<mbstate_t>. - The function eof returns int_type(-1). - - - 22.4.5.1.2 [locale.time.get.virtuals], 22.4.5.3.2 [locale.time.put.virtuals] Additional supported formats should be documented here.