[libcxx-commits] [PATCH] D90999: [libc++] Implements ranges::enable_borrowed_range
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 23 13:32:00 PDT 2021
Quuxplusone added inline comments.
================
Comment at: libcxx/include/module.modulemap:414
+ header "ranges"
+ export __ranges_enable_helpers
+ export *
----------------
We don't do this line for any other header, e.g. `__functional_base`, so I don't think it should be necessary here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90999/new/
https://reviews.llvm.org/D90999
More information about the libcxx-commits
mailing list