[libcxx-commits] [PATCH] D59178: [libc++] Speedup to_string and to_wstring for integers using stack buffer and SSO
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 12 15:42:59 PDT 2019
mclow.lists added a comment.
Now that we have `to_chars`, can we use those facilities for `to_string`? (rather than duplicate them?)
[ Ok, we don't have \to_chars` for FP yet ]
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59178/new/
https://reviews.llvm.org/D59178
More information about the libcxx-commits
mailing list