-
- Downloads
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
Showing
- libstdc++-v3/ChangeLog 14 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/docs/html/ext/howto.html 7 additions, 0 deletionslibstdc++-v3/docs/html/ext/howto.html
- libstdc++-v3/include/bits/istream.tcc 9 additions, 3 deletionslibstdc++-v3/include/bits/istream.tcc
- libstdc++-v3/include/std/std_istream.h 0 additions, 13 deletionslibstdc++-v3/include/std/std_istream.h
- libstdc++-v3/testsuite/27_io/basic_istream/putback/char/1.cc 8 additions, 3 deletionslibstdc++-v3/testsuite/27_io/basic_istream/putback/char/1.cc
- libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2.cc 48 additions, 0 deletionslibstdc++-v3/testsuite/27_io/basic_istream/seekg/char/2.cc
- libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/2.cc 45 additions, 0 deletionslibstdc++-v3/testsuite/27_io/basic_istream/tellg/char/2.cc
Loading
Please register or sign in to comment