[libcxx-commits] [PATCH] D128416: [libc++] Implement the deque functions of P1206R7

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 23 02:41:10 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a subscriber: mgorny.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128416

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__concepts/container_compatible_range.h
  libcxx/include/__ranges/from_range_t.h
  libcxx/include/__split_buffer
  libcxx/include/deque
  libcxx/test/std/containers/sequences/deque/deque.cons/from_range.pass.cpp
  libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
  libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_range.pass.cpp
  libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128416.439293.patch
Type: text/x-patch
Size: 25281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220623/0fe4f6c5/attachment-0001.bin>


More information about the libcxx-commits mailing list