[libcxx-commits] [PATCH] D100005: [libc++] Use the more precise constructor for char_type in std::num_get::do_get.
Marek Kurdej via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 7 01:19:20 PDT 2021
curdeius added a comment.
This will mean we have a UB. The fact that other places kept `__thousands_sep` uninitialized is that it's set by `__stage2_int_prep`/`__stage2_float_prep`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100005/new/
https://reviews.llvm.org/D100005
More information about the libcxx-commits
mailing list