* doc/xml/manual/utilities.xml: Remove outdated text.
I think we can assume everyone has a compiler that supports member
function templates.
Committed to trunk.
Index: doc/xml/manual/utilities.xml
===================================================================
--- doc/xml/manual/utilities.xml (revision 181967)
+++ doc/xml/manual/utilities.xml (working copy)
@@ -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 <class U, class V> pair (const pair<U,V>& p);