[libcxx-commits] [PATCH] D104985: [libcxx][NFC] replaces `<algorithm>` includes with specific headers
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 28 09:36:02 PDT 2021
cjdb added inline comments.
================
Comment at: libcxx/include/module.modulemap:235
+ header "__algorithm/copy_backward.h"
+ export unwrap_iter
+ }
----------------
ldionne wrote:
> Why do those export `unwrap_iter`?
Something to do with Clang modules not exporting them properly, which leads to linker errors regarding `__rewrap_iter`. I don't have a good answer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104985/new/
https://reviews.llvm.org/D104985
More information about the libcxx-commits
mailing list