[libcxx-commits] [PATCH] D131855: [libc++] Refactors charconv data tables.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Sep 2 09:52:18 PDT 2022
Mordante added a comment.
In D131855#3761531 <https://reviews.llvm.org/D131855#3761531>, @ldionne wrote:
> I am extremely tempted to simply drop support for `to_chars` and `from_chars` before C++17 so that none of this is necessary anymore. Would you be willing to create a patch for that? I could run it through some tests to gauge the impact and we can see whether that's viable for LLVM 16.
I've created D133216 <https://reviews.llvm.org/D133216> to test this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131855/new/
https://reviews.llvm.org/D131855
More information about the libcxx-commits
mailing list