
6 Feb
2011
6 Feb
'11
11:11 p.m.
On 3 February 2011 19:33, Eddie Carle <eddie@erctech.org> 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