[libcxx-commits] [PATCH] D69505: [libcxx] [Windows] Store the lconv struct returned from localeconv in locale_t
Reid Kleckner via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 29 15:12:45 PDT 2019
rnk added a comment.
Exciting. =/ So, successive calls to localeconv_l would invalidate the result from the last call. I could live with that if it was possible to make it private to libcxx.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69505/new/
https://reviews.llvm.org/D69505
More information about the libcxx-commits
mailing list