Makes sure headers having a xxx_result as return type export the proper
header. Without exporting these modularized headers are not self
contained.
This is related to D136045.
Paths
| Differential D136711
[libc++] Improves modular build. ClosedPublic Authored by Mordante on Oct 25 2022, 12:58 PM.
Details
Summary Makes sure headers having a xxx_result as return type export the proper This is related to D136045.
Diff Detail
Event TimelineComment Actions Per live discussion, these issues were found in one of @Mordante 's WIP patch for format/ranges support. Hence, this would trigger errors with our existing tests, and no additional testing is really necessary.
This revision is now accepted and ready to land.Nov 1 2022, 11:42 AM Mordante marked an inline comment as done. Closed by commit rGddcb2d19b372: [libc++] Improves modular build. (authored by Mordante). · Explain WhyNov 1 2022, 12:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 472375 libcxx/include/__format/formatter_output.h
libcxx/include/__ranges/lazy_split_view.h
libcxx/include/module.modulemap.in
|
Not attached: there's a typo in the commit message Makes sure headers having a xxx_resul as return type export the proper.