$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Iostreams Code converter bug
From: Daniel James (dnljms_at_[hidden])
Date: 2011-02-06 18:11:51
On 3 February 2011 19:33, Eddie Carle <eddie_at_[hidden]> wrote:
> On Thu, 2011-02-03 at 12:07 +0000, Daniel James wrote:
>> try casting the buffer size to an int when
>> constructing the class
>
> Well I'll be, that fixed it. All along that is what it was. Casting it
> to an int fixed everything. Boy I wish that had become evident sooner.
> Thanks!
If it wasn't clear, that's a workaround, not a fix. I don't want to
change iostream's API though, so I'll just change the documentation
for 1.47.
Daniel