From 57d01e696f51a8761f0feb35e82f93f37f341b0f Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 22 Oct 2003 15:44:19 +0000 Subject: [PATCH] re PR libstdc++/12657 (Resolution of DR 292 (WP) still unimplemented) 2003-10-22 Paolo Carlini PR libstdc++/12657 * include/bits/basic_ios.tcc (copyfmt(const basic_ios&)): Implement resolution of DR 292 (WP). * docs/html/ext/howto.html: Add entry for DR 292. From-SVN: r72803 --- libstdc++-v3/ChangeLog | 7 +++++++ libstdc++-v3/docs/html/ext/howto.html | 6 ++++++ libstdc++-v3/include/bits/basic_ios.tcc | 5 +++++ 3 files changed, 18 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 3ac3f04ce38..7ee8180efe5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2003-10-22 Paolo Carlini + + PR libstdc++/12657 + * include/bits/basic_ios.tcc (copyfmt(const basic_ios&)): + Implement resolution of DR 292 (WP). + * docs/html/ext/howto.html: Add entry for DR 292. + 2003-10-21 Benjamin Kosnik * include/ext/mt_allocator.h: Change include to gthr.h. diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 1c190a66613..f9e7cb6e4d4 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -640,6 +640,12 @@
Similar to 118.
+
292: + Effects of a.copyfmt (a) +
+
If (this == &rhs) do nothing. +
+