[libcxx-commits] [PATCH] D104985: [libcxx][NFC] replaces `<algorithm>` includes with specific headers
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 28 09:05:29 PDT 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM but I'd like to understand the modulemap changes.
================
Comment at: libcxx/include/module.modulemap:235
+ header "__algorithm/copy_backward.h"
+ export unwrap_iter
+ }
----------------
Why do those export `unwrap_iter`?
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