[libcxx-commits] [PATCH] D149829: [libc++][ranges] Implement the changes to container adaptors from P1206 (`ranges::to`):
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue May 16 00:25:06 PDT 2023
var-const updated this revision to Diff 522463.
var-const added a comment.
Rebase; copy the changes to `include/deque` from D149827 <https://reviews.llvm.org/D149827> to make the patch compile.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149829/new/
https://reviews.llvm.org/D149829
Files:
libcxx/include/deque
libcxx/include/queue
libcxx/include/stack
libcxx/test/std/containers/container.adaptors/from_range_container_adaptors.h
libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.pass.cpp
libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/from_range.pass.cpp
libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/push_range.pass.cpp
libcxx/test/std/containers/container.adaptors/push_range_container_adaptors.h
libcxx/test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp
libcxx/test/std/containers/container.adaptors/queue/queue.cons/from_range.pass.cpp
libcxx/test/std/containers/container.adaptors/queue/queue.defn/push_range.pass.cpp
libcxx/test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp
libcxx/test/std/containers/container.adaptors/stack/stack.cons/from_range.pass.cpp
libcxx/test/std/containers/container.adaptors/stack/stack.defn/push_range.pass.cpp
libcxx/test/support/deduction_guides_sfinae_checks.h
libcxx/test/support/unwrap_container_adaptor.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149829.522463.patch
Type: text/x-patch
Size: 75185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230516/6e835a80/attachment-0001.bin>
More information about the libcxx-commits
mailing list