[Bug libstdc++/57273] stringstream str initialization fails

2013-05-14 Thread ycollette.nospam at free dot fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273 --- Comment #7 from collette --- Thanks for these informations. Sorry for the noise.

[Bug libstdc++/57273] stringstream str initialization fails

2013-05-14 Thread redi at gcc dot gnu.org
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

[Bug libstdc++/57273] stringstream str initialization fails

2013-05-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273 --- Comment #5 from Jonathan Wakely --- [stringbuf.members]/3

[Bug libstdc++/57273] stringstream str initialization fails

2013-05-14 Thread ycollette.nospam at free dot fr
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 ?

[Bug libstdc++/57273] stringstream str initialization fails

2013-05-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57273 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/57273] stringstream str initialization fails

2013-05-14 Thread ycollette.nospam at free dot fr
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.

[Bug libstdc++/57273] stringstream str initialization fails

2013-05-14 Thread ycollette.nospam at free dot fr
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