[Bug c++/9925] ostrstream (buf, size) << "..." does not work properly
--- Comment #18 from aburger at cea dot fr 2005-12-14 19:16 --- This does not compile, and it is much simpler than ostr(ing)stream: class A { public: int a; A() : a(0) {} A& operator<<(int aa) { return *this; } }; A& operator<<(A& thys, A& (*f)
[Bug c++/25410] New: poor ostringstream output
=release i486-linux-gnu Thread model: posix gcc version 4.0.2 (Debian 4.0.2-2) #endif -- Summary: poor ostringstream output Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assign