diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-23 07:05:18 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-23 07:05:18 +0000 |
commit | 5f980fdac4e5fe054d383c053332b95a072b54e2 (patch) | |
tree | 60c7ef384f6d6c092cf653447cc92cb2f064c350 /libstdc++-v3/docs | |
parent | 01960f672655a79d6e2a7d0b2d0f18bc34ab9aff (diff) | |
download | gcc-5f980fdac4e5fe054d383c053332b95a072b54e2.tar.gz |
2003-04-23 Phil Edwards <pme@gcc.gnu.org>
* docs/html/ext/howto.html ('LWG Issues'): Add issue 60, partial
implementation only.
* include/bits/istream.tcc (putback, unget, sync, tellg, seekg):
Comment and change to comply with DR 60 and the effect on gcount().
* include/std/std_istream.h: Update comments.
* testsuite/27_io/basic_istream/putback/char/1.cc (test01): Add
comments about reasons for tests. Test sync() against gcount().
* testsuite/27_io/basic_istream/seekg/char/2.cc: New file, test
for effect on gcount().
* testsuite/27_io/basic_istream/tellg/char/2.cc: New file, test
for effect on gcount().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65983 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 67bf2d316c5..d2fc51ca3a8 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -464,6 +464,13 @@ "copying stream state" was deemed too complicated. </dd> + <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> + <dt><a href="lwg-defects.html#68">68</a>: <em>Extractors for char* should store null at end</em> </dt> |