[libcxx-commits] [PATCH] D142690: [DRAFT][libc++] Fixes the Clang modular build.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 26 23:05:52 PST 2023


Mordante added inline comments.


================
Comment at: libcxx/include/module.modulemap.in:1421
+      private header "__type_traits/integral_constant.h"
+      export type_traits.common_reference
+    }
----------------
Note this looks wrong from libc++'s perspective. When this "solves" the issue we need to investigate why it fixes it; I think the export belongs to a different header.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142690



More information about the libcxx-commits mailing list