[Bug c++/9925] ostrstream (buf, size) << "..." does not work properly

larssj at nospam dot dk gcc-bugzilla@gcc.gnu.org
Thu Oct 23 18:11:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9925



------- Additional Comments From larssj at nospam dot dk  2003-10-23 18:01 -------
The old gcc-3.2 has strstream and strstream.h in backward.

The code in the old strstream.h include strstream and used the namespace std
>From <strstream.h>
----
#ifndef _CPP_BACKWARD_STRSTREAM_H
#define _CPP_BACKWARD_STRSTREAM_H 1
 
#include "strstream"
 
using std::strstreambuf;
using std::istrstream;
using std::ostrstream;
using std::strstream;
 
#endif
---------------



More information about the Gcc-bugs mailing list