[libcxx-commits] [PATCH] D59727: [libc++] Fix return value of snprintf_l() on Windows when buffer is too small
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 27 11:38:35 PDT 2019
zoecarver added a comment.
I mean would it be possible to call `setlocale` directly so it wouldn't have to deal with `__libcpp_locale_guard`. Also, do you know if that is equally as fast as calling `__stdio_common_vsprintf`?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59727/new/
https://reviews.llvm.org/D59727
More information about the libcxx-commits
mailing list