diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e5658be7a05..afd8d1d1e35 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,14 @@ +2003-11-08 Paolo Carlini + + PR libstdc++/12967 + * include/bits/list.tcc (merge): Implement resolution of + DR 300 [WP]. + * docs/html/ext/howto.html: Add entry for DR 300; tweak entry + for DR 231. + + * docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html: + Import R27. + 2003-11-07 Jonathan Wakely * libsupc++/vec.cc: Conform to C++STYLE. diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index f9e7cb6e4d4..21b5dad072b 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -593,7 +593,7 @@ for const instances. -
231: +
231: Precision in iostream?
For conversion from a floating-point type, str.precision() @@ -646,6 +646,11 @@
If (this == &rhs) do nothing.
+
300: + List::merge() specification incomplete +
+
If (this == &x) do nothing. +