[libcxx-commits] [PATCH] D150885: [libc++] Fix issue with std::map::find in Objective-C++ with modules

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 19 13:55:45 PDT 2023


ldionne marked an inline comment as done.
ldionne added inline comments.


================
Comment at: libcxx/include/module.modulemap.in:1790
 
+  module coroutine {
+    header "coroutine"
----------------
Mordante wrote:
> Please add a comment why this is not in alphabetic order.
Good suggestion, will add upon landing to avoid re-running CI.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150885/new/

https://reviews.llvm.org/D150885



More information about the libcxx-commits mailing list