diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-14 09:30:22 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-14 09:30:22 +0000 |
commit | 1ed032ba54517f7e0a55d0561ab8c4e72a6d6b9d (patch) | |
tree | 957db4cc48ce9d5c21154a59d6cdf902feee6e83 /libstdc++-v3/docs | |
parent | 886a914d490ef02b247e1fe6408620443d8d5fc5 (diff) | |
download | gcc-1ed032ba54517f7e0a55d0561ab8c4e72a6d6b9d.tar.gz |
2003-11-14 Paolo Carlini <pcarlini@suse.de>
* 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
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 7fd3c498705..cbcef4ecb2f 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -474,8 +474,15 @@ <dt><a href="lwg-defects.html#60">60</a>: <em>What is a formatted input function?</em> </dt> - <dd>This DR made many widespread changes to <code>basic_istream</code>, - not all of which have been implemented. + <dd>This DR made many widespread changes to <code>basic_istream</code> + and <code>basic_ostream</code> all of which have been implemented. + </dd> + + <dt><a href="lwg-defects.html#63">63</a>: + <em>Exception-handling policy for unformatted output</em> + </dt> + <dd>Make the policy consistent with that of formatted input, unformatted + input, and formatted output. </dd> <dt><a href="lwg-defects.html#68">68</a>: @@ -491,6 +498,13 @@ <dd>The text of the standard was gibberish. Typos gone rampant. </dd> + <dt><a href="lwg-defects.html#75">75</a>: + <em>Contradiction in codecvt::length's argument types</em> + </dt> + <dd>Change the first parameter to <code>stateT&</code> and implement + the new effects paragraph. + </dd> + <dt><a href="lwg-defects.html#83">83</a>: <em>string::npos vs. string::max_size()</em> </dt> @@ -652,8 +666,15 @@ <dd>If <code>(this == &x)</code> do nothing. </dd> + <dt><a href="lwg-defects.html#305">305</a>: + <em>Default behavior of codecvt<wchar_t, char, mbstate_t>::length()</em> + </dt> + <dd>Do not specify what <code>codecvt<wchar_t, char, mbstate_t>::do_length</code> + must return. + </dd> + <dt><a href="lwg-defects.html#328">328</a>: - <em>Bad sprintf format modifier in money_put<>::do_put()</em> + <em>Bad sprintf format modifier in money_put<>::do_put()</em> </dt> <dd>Change the format string to "%.0Lf". </dd> |