summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-03 12:29:11 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-03 12:29:11 +0000
commitfd7fb6816219b79ff35586eacc3a877ad162596d (patch)
tree9c5cd7b67c58aa1e5b34c85b23774c7a4583d6e8 /libstdc++-v3
parent67f65557af20bcb6cfbc34e98c489adf20514980 (diff)
downloadgcc-fd7fb6816219b79ff35586eacc3a877ad162596d.tar.gz
* doc/xml/manual/utilities.xml: Remove outdated text.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181968 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/doc/xml/manual/utilities.xml3
2 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 0c7a62dc390..891b1844803 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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,
diff --git a/libstdc++-v3/doc/xml/manual/utilities.xml b/libstdc++-v3/doc/xml/manual/utilities.xml
index a60bd34c6d4..41eed1ecb86 100644
--- a/libstdc++-v3/doc/xml/manual/utilities.xml
+++ b/libstdc++-v3/doc/xml/manual/utilities.xml
@@ -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);