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 <jwak...@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<mbstate_t></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.