From 1ed032ba54517f7e0a55d0561ab8c4e72a6d6b9d Mon Sep 17 00:00:00 2001 From: paolo Date: Fri, 14 Nov 2003 09:30:22 +0000 Subject: [PATCH] 2003-11-14 Paolo Carlini * docs/html/ext/howto.html: Add entries for DR 63, 75 and 305; tweak entries for DR 60 and 328. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73591 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/docs/html/ext/howto.html | 27 ++++++++++++++++++++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8ebb98a..54c1bed 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2003-11-14 Paolo Carlini + + * docs/html/ext/howto.html: Add entries for DR 63, 75 + and 305; tweak entries for DR 60 and 328. + 2003-11-13 Douglas Gregor * docs/html/debug.html: Users are allowed to specialize in diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 7fd3c49..cbcef4e 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -474,8 +474,15 @@
60: What is a formatted input function?
-
This DR made many widespread changes to basic_istream, - not all of which have been implemented. +
This DR made many widespread changes to basic_istream + and basic_ostream all of which have been implemented. +
+ +
63: + Exception-handling policy for unformatted output +
+
Make the policy consistent with that of formatted input, unformatted + input, and formatted output.
68: @@ -491,6 +498,13 @@
The text of the standard was gibberish. Typos gone rampant.
+
75: + Contradiction in codecvt::length's argument types +
+
Change the first parameter to stateT& and implement + the new effects paragraph. +
+
83: string::npos vs. string::max_size()
@@ -652,8 +666,15 @@
If (this == &x) do nothing.
+
305: + Default behavior of codecvt<wchar_t, char, mbstate_t>::length() +
+
Do not specify what codecvt<wchar_t, char, mbstate_t>::do_length + must return. +
+
328: - Bad sprintf format modifier in money_put<>::do_put() + Bad sprintf format modifier in money_put<>::do_put()
Change the format string to "%.0Lf".
-- 2.7.4