2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2025-04-15 13:41:13 +08:00

* doc/xml/manual/utilities.xml: Remove outdated text.

From-SVN: r181968
This commit is contained in:
Jonathan Wakely 2011-12-03 12:29:11 +00:00 committed by Jonathan Wakely
parent f9fcedbdbd
commit 4ddd278c03
2 changed files with 5 additions and 2 deletions
libstdc++-v3

@ -1,3 +1,7 @@
2011-12-03 Jonathan Wakely <jwakely.gcc@gmail.com>
* doc/xml/manual/utilities.xml: Remove outdated text.
2011-12-02 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/iomanip (put_money): Fix thinko, use __err local,

@ -50,8 +50,7 @@
<para>does what you think it does, <code>first</code> getting <code>x</code>
and <code>second</code> getting <code>y</code>.
</para>
<para>There is a copy constructor, but it requires that your compiler
handle member function templates:
<para>There is a constructor template for copying pairs of other types:
</para>
<programlisting>
template &lt;class U, class V&gt; pair (const pair&lt;U,V&gt;&amp; p);