From: Glen Knowles (gknowles_at_[hidden])
Date: 2001-10-15 12:34:04


> So it seems that even if 2.95.3 and 2.96.x do provide stringstream it
> should be disabled for boost. (perhaps others have other datapoints)

I don't think the <sstream> with 2.95 should be used without patching it
first. Rather then doubling the size of the buffer when it overflows it
reallocates it to 'size + 1' for *each* byte added.