[libcxx-commits] [PATCH] D103357: [libc++][format] Add __format_arg_store.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 1 12:48:42 PDT 2021
Mordante added inline comments.
================
Comment at: libcxx/include/module.modulemap:554
+ module __iterator_concepts { header "__iterator/concepts.h" export * }
+ module __iterator_incrementable_traits { header "__iterator/incrementable_traits.h" export * }
----------------
Work-around. Needs to be removed when the modules work properly in main.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103357/new/
https://reviews.llvm.org/D103357
More information about the libcxx-commits
mailing list