[libcxx-commits] [PATCH] D122532: Do not use non-POSIX strtoll_l and strtoull_l
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 28 11:43:17 PDT 2022
ldionne added a subscriber: mstorsjo.
ldionne added a comment.
I don't really have strong push back per-se, however the fact that `strotoull_l` & friends exist seems to suggest that perhaps it's useful to have locale-dependent versions of those functions?
@mstorsjo You've done some work related to locales, do you have an opinion on this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122532/new/
https://reviews.llvm.org/D122532
More information about the libcxx-commits
mailing list