[libcxx-commits] [PATCH] D96221: [libc++] Implement base 10 itoa functions.
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Feb 7 11:31:21 PST 2021
mclow.lists added a comment.
In D96221#2547462 <https://reviews.llvm.org/D96221#2547462>, @mclow.lists wrote:
>> There's no 128 bit integral support, which I'd like to have in std::format, I can add a __u128toa to fix this.
>
> If you really want to support 128 bit integers (it's optional), I'd suggest thinking about extending `to_chars`
.. and that can be done at a later date.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96221/new/
https://reviews.llvm.org/D96221
More information about the libcxx-commits
mailing list