This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Document implementation-defined behaviour in C++11 library


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 <jwakely@redhat.com>
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.
    </para>
 
    <para>
-      <emphasis>21.2.3.2 [char.traits.specializations.char16_t]</emphasis>
-      The type <classname>u16streampos</classname> is a synonym for
-      <classname>fpos&lt;mbstate_t&gt;</classname>.
-      The function <function>eof</function> returns <code>int_type(-1)</code>.
-   </para>
-
-   <para>
       <emphasis>22.4.5.1.2 [locale.time.get.virtuals]</emphasis>,
       <emphasis>22.4.5.3.2 [locale.time.put.virtuals]</emphasis>
       Additional supported formats should be documented here.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]