[libcxx-commits] [PATCH] D80379: [libc++] Mark __u64toa and __u32toa as noexcept
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 21 08:03:41 PDT 2020
mclow.lists requested changes to this revision.
mclow.lists added a comment.
This revision now requires changes to proceed.
This is not sufficient; it just "moves the pain" from the callers code into the dylib. All the functions in `charconv.cpp` need to be marked as `noexcept`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80379/new/
https://reviews.llvm.org/D80379
More information about the libcxx-commits
mailing list