[libcxx-commits] [PATCH] D124011: [libc++] Always enable the ranges concepts
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 20 02:22:21 PDT 2022
philnik added a comment.
@Mordante There are quite a few things that were shipped in libc++13 but are guarded now under `_LIBCPP_HAS_NO_INCOMPLETE_RANGES`. So I'm not certain anymore that we should re-enable the concepts. Do you have any thoughts? https://github.com/llvm/llvm-project/tree/release/13.x/libcxx/include/__ranges is the full list of ranges things that were shipped in libc++13. All the views and `data`, `size` etc. are now guarded.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124011/new/
https://reviews.llvm.org/D124011
More information about the libcxx-commits
mailing list