diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0c7a62dc390a..891b18448038 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2011-12-03 Jonathan Wakely + + * doc/xml/manual/utilities.xml: Remove outdated text. + 2011-12-02 Paolo Carlini * 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 a60bd34c6d48..41eed1ecb862 100644 --- a/libstdc++-v3/doc/xml/manual/utilities.xml +++ b/libstdc++-v3/doc/xml/manual/utilities.xml @@ -50,8 +50,7 @@ does what you think it does, first getting x and second getting y. - There is a copy constructor, but it requires that your compiler - handle member function templates: + There is a constructor template for copying pairs of other types: template <class U, class V> pair (const pair<U,V>& p);