[libcxx-commits] [PATCH] D145590: [libc++][charconv] Granularizes the header.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 8 08:11:15 PST 2023
Mordante created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Having the header granularized makes it possible to remove the
dependency on this header in <format>. This <format> header gets
included in more headers due to more usage of std::formatter in the
library. This should reduce the number of transitive includes.
Note formatting the new headers will be done in a followup patch.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D145590
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__charconv/from_chars_integral.h
libcxx/include/__charconv/to_chars_floating_point.h
libcxx/include/__charconv/to_chars_integral.h
libcxx/include/__charconv/traits.h
libcxx/include/charconv
libcxx/include/module.modulemap.in
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/utils/data/ignore_format.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145590.503385.patch
Type: text/x-patch
Size: 63740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230308/8b1e6b4e/attachment-0001.bin>
More information about the libcxx-commits
mailing list