- Package:
- g++-mingw-w64
- Source:
- gcc-mingw-w64
- Submitter:
- Mathieu Malaterre
- Date:
- 2015-05-29 11:27:04 UTC
- Severity:
- important
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