> I do have strstream, but if it was your intention to just to replace the > include, it doesn't compile. Are problems fixed in 95.3? I know(think) > a bunch of stl work was done in the 3.0 series, but I still wonder about > stability of 3.0. >
replace #include <sstream> with #include <strstream> and 'std::ostringstream formatter' with 'std::ostrstream formatter'. It should work fine. Let me know if it still dies.
