From: Paolo Carlini Date: Sat, 8 Nov 2003 21:17:30 +0000 (+0000) Subject: re PR libstdc++/12967 (Resolution of DR 300 [WP] still unimplemented) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=41d3a0c3d88fc5e7ca705b436f08c5689a05d996;p=platform%2Fupstream%2Fgcc.git re PR libstdc++/12967 (Resolution of DR 300 [WP] still unimplemented) 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. From-SVN: r73377 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e5658be..afd8d1d 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 f9e7cb6..21b5dad 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. +