diff options
author | Paolo Carlini <pcarlini@suse.de> | 2003-11-22 09:54:25 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2003-11-22 09:54:25 +0000 |
commit | 1a311979dd85c3a98a58f02b700dd7e1b6465945 (patch) | |
tree | 8e79787849bb704bf36b58897c382cf4b682c6e1 /libstdc++-v3/docs/html | |
parent | 13418b400379006a6536465c774aa33a4871f398 (diff) | |
download | gcc-1a311979dd85c3a98a58f02b700dd7e1b6465945.zip gcc-1a311979dd85c3a98a58f02b700dd7e1b6465945.tar.gz gcc-1a311979dd85c3a98a58f02b700dd7e1b6465945.tar.bz2 |
re PR libstdc++/12593 (Resolution of DR 91 (WP) still unimplemented)
2003-11-22 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/12593
* include/bits/istream.tcc (operator>>(basic_string<>&),
getline(basic_string<>&)): Implement resolution of DR 91 [WP];
fix some minor issues with the exit conditions.
* docs/html/ext/howto.html: Add an entry for DR 91.
From-SVN: r73835
Diffstat (limited to 'libstdc++-v3/docs/html')
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 336abd7..82930a8 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -526,6 +526,15 @@ replaced by <code>isspace(c,is.getloc())</code>. </dd> + <dt><a href="lwg-defects.html#91">91</a>: + <em>Description of operator>> and getline() for string<> + might cause endless loop</em> + </dt> + <dd>They behave as a formatted input function and as an unformatted + input function, respectively (except that <code>getline</code> is + not required to set <code>gcount</code>). + </dd> + <dt><a href="lwg-defects.html#109">109</a>: <em>Missing binders for non-const sequence elements</em> </dt> |