[libcxx-commits] [PATCH] D103583: [libcxx][gardening] Move all algorithms into their own headers.
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 3 11:23:39 PDT 2021
cjdb accepted this revision.
cjdb added a comment.
This revision is now accepted and ready to land.
LGTM pending my requested deletions.
================
Comment at: libcxx/include/module.modulemap:292-294
+ module upper_bound { header "__algorithm/upper_bound.h" }
+
+ export *
----------------
Delete
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103583/new/
https://reviews.llvm.org/D103583
More information about the libcxx-commits
mailing list