From 41d3a0c3d88fc5e7ca705b436f08c5689a05d996 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 8 Nov 2003 21:17:30 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 11 + libstdc++-v3/docs/html/ext/howto.html | 7 +- libstdc++-v3/docs/html/ext/lwg-active.html | 7854 +++++++++---------- libstdc++-v3/docs/html/ext/lwg-defects.html | 4734 ++++++++--- libstdc++-v3/include/bits/list.tcc | 69 +- 5 files changed, 7410 insertions(+), 5265 deletions(-) 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. +