]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/xml/manual/utilities.xml: Remove outdated text.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sat, 3 Dec 2011 12:29:11 +0000 (12:29 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 3 Dec 2011 12:29:11 +0000 (12:29 +0000)
From-SVN: r181968

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/utilities.xml

index 0c7a62dc390aec924b36a0c3d636593586466b86..891b1844803886018a55ce6f2469023229aaceb6 100644 (file)
@@ -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,
index a60bd34c6d48e8e9d60ae699f8c444abfaf4c25b..41eed1ecb862e59481849fb076a56dc6ec51b050 100644 (file)
@@ -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);