[libcxx-commits] [PATCH] D100255: [libcxx][ranges] adds `range` access CPOs

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 24 13:57:25 PDT 2021


cjdb updated this revision to Diff 340311.
cjdb retitled this revision from "[libcxx] adds `range` access CPOs" to "[libcxx][ranges] adds `range` access CPOs".
cjdb added a comment.

- fixes Windows build failure
- parameterises `test_range`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100255/new/

https://reviews.llvm.org/D100255

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/begin.h
  libcxx/include/__ranges/cbegin.h
  libcxx/include/__ranges/cend.h
  libcxx/include/__ranges/end.h
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/include/type_traits
  libcxx/test/libcxx/ranges/range.access/access.h
  libcxx/test/libcxx/ranges/range.access/range.access.begin/begin.compile.pass.cpp
  libcxx/test/libcxx/ranges/range.access/range.access.begin/incomplete.compile.verify.cpp
  libcxx/test/libcxx/ranges/range.access/range.access.end/end.compile.pass.cpp
  libcxx/test/libcxx/ranges/range.access/range.access.end/incomplete.compile.verify.cpp
  libcxx/test/std/containers/associative/map/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/associative/multimap/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/associative/multiset/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/associative/set/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/sequences/array/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/sequences/deque/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/sequences/forwardlist/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/sequences/list/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/sequences/vector/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/unord/unord.map/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/unord/unord.multimap/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/unord/unord.multiset/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/unord/unord.set/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/containers/views/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/input.output/filesystems/class.directory_iterator/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/input.output/filesystems/class.path/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/ranges/range.access/array_access.h
  libcxx/test/std/ranges/range.access/member_access.h
  libcxx/test/std/ranges/range.access/range.access.begin/array_access.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.begin/member_access.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.begin/unqualified_lookup.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.cbegin/array_access.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.cbegin/member_access.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.cbegin/unqualified_lookup.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.cend/array_access.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.cend/member_access.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.cend/unqualified_lookup.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.end/array_access.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.end/member_access.pass.cpp
  libcxx/test/std/ranges/range.access/range.access.end/unqualified_lookup.pass.cpp
  libcxx/test/std/ranges/range.access/unqualified_lookup_access.h
  libcxx/test/std/ranges/range.range/iterator_t.compile.pass.cpp
  libcxx/test/std/re/re.results/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/strings/basic.string/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/strings/string.view/range_concept_conformance.compile.pass.cpp
  libcxx/test/support/test_macros.h
  libcxx/test/support/test_range.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100255.340311.patch
Type: text/x-patch
Size: 88045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210424/a44bc3b3/attachment-0001.bin>


More information about the libcxx-commits mailing list