This works around an issue with modules where Clang complains that
it doesn't know about coroutine_handle<> when trying to write very
basic code using std::map::find.
rdar://106813461
Paths
| Differential D150885
[libc++] Fix issue with std::map::find in Objective-C++ with modules ClosedPublic Authored by ldionne on May 18 2023, 10:31 AM.
Details
Summary This works around an issue with modules where Clang complains that rdar://106813461
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 18 2023, 11:32 AM Comment Actions LGTM modulo one nit.
Closed by commit rGe89bdc6bd714: [libc++] Fix issue with std::map::find in Objective-C++ with modules (authored by ldionne). · Explain WhyMay 19 2023, 1:56 PM This revision was automatically updated to reflect the committed changes. ldionne marked an inline comment as done.
Revision Contents
Diff 523541 libcxx/include/module.modulemap.in
libcxx/test/libcxx/containers/associative/map/find.modules.compile.pass.mm
|
Please add a comment why this is not in alphabetic order.