[libcxx-commits] [PATCH] D103551: [libcxx][module-map] creates submodules for private headers

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 2 23:04:50 PDT 2021


Mordante added a comment.

Thanks a lot for working on this! And thanks @ldionne for setting up a CI to catch these issues earlier!



================
Comment at: libcxx/include/module.modulemap:368
+      module prev                 { header "__iterator/prev.h"                 }
+      module projected            { header "__iterator/projected.h"            }
+      module readable_traits      { header "__iterator/readable_traits.h"      }
----------------
Just for my understanding. This header is C++20. Do headers in the internal module not set their own `requires`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103551



More information about the libcxx-commits mailing list