This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/50703] std::stringstream not thread-safe
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 13 Oct 2011 12:01:56 +0000
- Subject: [Bug libstdc++/50703] std::stringstream not thread-safe
- Auto-submitted: auto-generated
- References: <bug-50703-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50703
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-13 12:01:56 UTC ---
was gcc built with a non-default value for --enable-clocale ?
what locale is being used by the application?