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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 19 08:29:54 PDT 2023


Mordante accepted this revision.
Mordante added a comment.

LGTM modulo one nit.



================
Comment at: libcxx/include/module.modulemap.in:1790
 
+  module coroutine {
+    header "coroutine"
----------------
Please add a comment why this is not in alphabetic order.


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