[all-commits] [llvm/llvm-project] 910604: [libcxx][ranges] Add range.subrange.
Zoe Carver via All-commits
all-commits at lists.llvm.org
Fri Jun 11 09:35:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9106047ee3dd93a250deb1ef34b890f486dee710
https://github.com/llvm/llvm-project/commit/9106047ee3dd93a250deb1ef34b890f486dee710
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__ranges/subrange.h
M libcxx/include/ranges
A libcxx/test/std/ranges/range.utility/range.subrange/access/advance.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/access/get.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/access/primitives.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/ctad.compile.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/ctor/begin_end.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/ctor/begin_end_size.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/ctor/pair_like_conv.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/ctor/range.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/ctor/range_size.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/general.compile.pass.cpp
A libcxx/test/std/ranges/range.utility/range.subrange/subrange_test_types.h
Log Message:
-----------
[libcxx][ranges] Add range.subrange.
Basically the title.
Differential Revision: https://reviews.llvm.org/D102006
More information about the All-commits
mailing list