19 Jun
2005
19 Jun
'05
7:16 p.m.
Takeshi Mouri wrote:
Hello,
I found a trivial mistake in boost/iostreams/read.hpp of current CVS HEAD version. So, I report it.
Thanks
Takeshi Mouri
! return !traits_type::is_eof(t.sputbackc());
! return !traits_type::is_eof(t.sputbackc(c));
Thank! It's fixed now. I guess I'd better add a test case. Jonathan