aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2004-11-26 20:34:27 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2004-11-26 20:34:27 +0000
commit75a25e3f6558b1e05d4100a81ff36ac67e35ce62 (patch)
treeb5be3c1e292bc1d5153f23e0b397d3ec01a857d4 /libstdc++-v3/docs
parentb5c3569b079079d6c78f3a12ef69b0ed8b9d7e34 (diff)
downloadgcc-75a25e3f6558b1e05d4100a81ff36ac67e35ce62.zip
gcc-75a25e3f6558b1e05d4100a81ff36ac67e35ce62.tar.gz
gcc-75a25e3f6558b1e05d4100a81ff36ac67e35ce62.tar.bz2
DR 243.
2004-11-26 Paolo Carlini <pcarlini@suse.de> DR 243. get and getline when sentry reports failure [WP] * include/bits/istream.tcc (istream<>::get, istream<>::getline): Store a null character only if the array has a non-zero size. * src/istream.cc (istream<char>::getline, istream<wchar_t>::getline): Likewise. * testsuite/27_io/basic_istream/get/char/3.cc: New. * testsuite/27_io/basic_istream/getline/char/6.cc: New. * testsuite/27_io/basic_istream/getline/wchar_t/6.cc: New. * docs/html/ext/howto.html: Add an entry for DR 243. * testsuite/27_io/basic_istream/getline/wchar_t/1.cc: New. * testsuite/27_io/basic_istream/getline/wchar_t/2.cc: New. * testsuite/27_io/basic_istream/getline/wchar_t/3.cc: New. * testsuite/27_io/basic_istream/getline/wchar_t/4.cc: New. * testsuite/27_io/basic_istream/getline/wchar_t/5.cc: New. From-SVN: r91348
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html
index b35ba9e..fff775e 100644
--- a/libstdc++-v3/docs/html/ext/howto.html
+++ b/libstdc++-v3/docs/html/ext/howto.html
@@ -406,10 +406,16 @@
However, no specification is given what this constructor should do.
</dd>
+ <dt><a href="lwg-defects.html#243">243</a>:
+ <em>get and getline when sentry reports failure</em>
+ </dt>
+ <dd>Store a null character only if the character array has a non-zero size.
+ </dd>
+
<dt><a href="lwg-defects.html#251">251</a>:
<em>basic_stringbuf missing allocator_type</em>
</dt>
- <dd>This nested typdef was originally not specified.
+ <dd>This nested typedef was originally not specified.
</dd>
<dt><a href="lwg-defects.html#253">253</a>: