[all-commits] [llvm/llvm-project] e89bdc: [libc++] Fix issue with std::map::find in Objectiv...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri May 19 13:56:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e89bdc6bd714268a8598567caad15aeb22f3af84
https://github.com/llvm/llvm-project/commit/e89bdc6bd714268a8598567caad15aeb22f3af84
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M libcxx/include/module.modulemap.in
A libcxx/test/libcxx/containers/associative/map/find.modules.compile.pass.mm
Log Message:
-----------
[libc++] Fix issue with std::map::find in Objective-C++ with modules
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
Differential Revision: https://reviews.llvm.org/D150885
More information about the All-commits
mailing list