------- Comment #4 from rguenth at gcc dot gnu dot org 2009-05-10 11:52 ------- Hm. I wonder how the "global" locale is supposed to interact with multiple threads anyway (in the face of C++ not knowing about threads). Would it be a conforming implementation to put the global locale into thread-local storage (thus, having a "global" locale for each thread)?
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40088