[libcxx-commits] [PATCH] D63047: [libc++] Fix leading zeros in std::to_chars
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 8 10:55:44 PDT 2019
zoecarver added a comment.
The example in the bug doesn't work: `std::to_chars(buf, buf + 100, (unsigned long)0xffffffff)`.
Edit: it outputs `0004294967295`.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63047/new/
https://reviews.llvm.org/D63047
More information about the libcxx-commits
mailing list