http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273
--- Comment #7 from collette ---
Thanks for these informations. Sorry for the noise.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273
--- Comment #6 from Jonathan Wakely ---
Which also explains that you can make the inserted characters append to the
buffer using std::ios::ate
e.g.
std::stringstream tmpLabel(std::ios::ate|std::ios::out);
or using an ostringstream
std::ostri
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273
--- Comment #5 from Jonathan Wakely ---
[stringbuf.members]/3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273
--- Comment #4 from collette ---
Oups. OK, I just tested with intel c++ compiler and the behavior is the same.
Where is this behavior defined ?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273
--- Comment #2 from collette ---
Just tested with gcc-4.8.0 compiled from scratch and the bug is still here.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273
collette changed:
What|Removed |Added
Version|unknown |4.6.3
--- Comment #1 from collette ---
I use