+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,
<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);