6 Sep
2012
6 Sep
'12
9:56 p.m.
Hello, Does boost provide a replacement for std::ostringstream? If so, can you please tell me the name so I can read the docs on it? The first thing I am going to read is whether or not such a best would provide "reserve". I would like to do this: //----- std::ostringstream Stream; // Stream.reserve(99999); // error: std::ostringstream does not provide reserve Stream.write(pBuffer, 99999); //----- Thank you, Chris