#617686 g++-mingw-w64: locale::facet::_S_create_c_locale name not valid

#617686#5
Date:
2011-03-10 15:29:15 UTC
From:
To:
Hi,

The attached c++ code always trigger an exception. However
std::locale("") should be valid on my system.

$ /usr/sbin/validlocale ""
locale '' valid and available

Compilation:

$ /usr/bin/i586-mingw32msvc-g++ l.cxx
$ wine ./a.exe
locale::facet::_S_create_c_locale name not valid

Thanks