> See libstdc++ source: gcc/libstdc++-v3/src/c++98/localename.cc #47 > See: gcc/libstdc++-v3/config/locale/generic/c_locale.cc #227 > > The "C" locale is the only supported one at the moment - even the "POSIX" > one will not be supported. If the string passed to > `locale::facet::_S_create_c_locale()` is anything other than "C" you get an > exception "locale::facet::_S_create_c_locale name not valid".
So it's not an issue with mingw w64 but with the standard C++ library. thanks, F ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
