[PATCH] D40181: [libcxx] Allow to set locale on Windows.
Andrey Khalyavin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 22 05:45:04 PST 2017
halyavin added a comment.
In https://reviews.llvm.org/D40181#930779, @mstorsjo wrote:
> (but I think it does define some sort of dummy functions that at least will allow it to build)
Looked into MinGW-w64 sources and this is indeed the case. _configthreadlocale will return -1 and will not do anything.
https://reviews.llvm.org/D40181
More information about the cfe-commits
mailing list