[PATCH] D40181: [libcxx] Allow to set locale on Windows.
Marshall Clow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 17:02:30 PDT 2019
mclow.lists added a comment.
Herald added a project: LLVM.
I have a bug report - https://bugs.llvm.org/show_bug.cgi?id=41131 - that says that we can reduce the number of calls in __libcpp_locale_guard from 10 to 2 by calling:
`setlocale(LC_ALL, ...)` . Was this considered when this patch was created?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D40181/new/
https://reviews.llvm.org/D40181
More information about the llvm-commits
mailing list