[all-commits] [llvm/llvm-project] 43377c: [libc++][ranges] Implement the changes to `deque` ...

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Wed May 17 00:49:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43377cc4a6daac5b06165dc9155c69b95b59d9cf
      https://github.com/llvm/llvm-project/commit/43377cc4a6daac5b06165dc9155c69b95b59d9cf
  Author: varconst <varconsteq at gmail.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

  Changed paths:
    M libcxx/include/deque
    M libcxx/test/std/containers/sequences/deque/deque.cons/deduct.pass.cpp
    A libcxx/test/std/containers/sequences/deque/deque.cons/from_range.pass.cpp
    A libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
    A libcxx/test/std/containers/sequences/deque/deque.modifiers/assign_range.pass.cpp
    A libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_range.pass.cpp
    A libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement the changes to `deque` from P1206 (`ranges::to`):

- add the `from_range_t` constructors and the related deduction guides;
- add the `insert_range`/`assign_range`/etc. member functions.

(Note: this patch is split from https://reviews.llvm.org/D142335)

Differential Revision: https://reviews.llvm.org/D149827




More information about the All-commits mailing list