$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-06-19 14:16:47
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