diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2015-02-22 13:20:32 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2015-02-22 13:20:32 +0000 |
commit | 1d5f1ff217a2621bbfa4a56c658262145e000474 (patch) | |
tree | 79e3e9d87ef32e3288ff639b551643b1304dc7cd /libstdc++-v3 | |
parent | ffefa9288ab95b06b1dfed95e7235f4c09619a91 (diff) | |
download | gcc-1d5f1ff217a2621bbfa4a56c658262145e000474.tar.gz |
status_cxx2011.xml: Remove duplicated information.
* doc/xml/manual/status_cxx2011.xml: Remove duplicated information.
* doc/html/manual/status.html: Regenerate.
From-SVN: r220894
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/html/manual/status.html | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 7 |
3 files changed, 5 insertions, 12 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e846e796c9b..6f283c556ad 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2015-02-22 Jonathan Wakely <jwakely@redhat.com> + + * doc/xml/manual/status_cxx2011.xml: Remove duplicated information. + * doc/html/manual/status.html: Regenerate. + 2015-02-20 Jonathan Wakely <jwakely@redhat.com> PR libstdc++/64695 diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 289c5623e63..40e3323c555 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -243,11 +243,6 @@ particular release. <code class="classname">fpos<mbstate_t></code>. The function <code class="function">eof</code> returns <code class="code">int_type(-1)</code>. </p><p> - <span class="emphasis"><em>21.2.3.2 [char.traits.specializations.char16_t]</em></span> - The type <code class="classname">u16streampos</code> is a synonym for - <code class="classname">fpos<mbstate_t></code>. - The function <code class="function">eof</code> returns <code class="code">int_type(-1)</code>. - </p><p> <span class="emphasis"><em>22.4.5.1.2 [locale.time.get.virtuals]</em></span>, <span class="emphasis"><em>22.4.5.3.2 [locale.time.put.virtuals]</em></span> Additional supported formats should be documented here. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 72d73c1b064..965df13a234 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. |