This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++] Partial implementation of DR 60.


>2003-04-23  Phil Edwards  <pme at gcc dot gnu dot 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().

looks great, thanks!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]