howto.html ('LWG Issues'): Add issue 60, partial implementation only.
authorPhil Edwards <pme@gcc.gnu.org>
Wed, 23 Apr 2003 07:05:18 +0000 (07:05 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Wed, 23 Apr 2003 07:05:18 +0000 (07:05 +0000)
commit6894ddcf3d2b95e6d973e34c2f2fe03d9abd4419
tree60c7ef384f6d6c092cf653447cc92cb2f064c350
parentc57ddcf1b4642ffda115ac5fedf1088ac891d47d
howto.html ('LWG Issues'): Add issue 60, partial implementation only.

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().

From-SVN: r65983
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/include/bits/istream.tcc
libstdc++-v3/include/std/std_istream.h
libstdc++-v3/testsuite/27_io/basic_istream/putback/char/1.cc
libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/2.cc [new file with mode: 0644]