[libcxx-commits] [PATCH] D149826: [libc++][ranges] Implement the changes to vector from P1206 (`ranges::to`):

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 4 16:41:02 PDT 2023


var-const updated this revision to Diff 519693.
var-const added a comment.
Herald added subscribers: jplehr, sstefan1, fedor.sergeev, arichardson.
Herald added a reviewer: jdoerfert.

Generated files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149826

Files:
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/__ranges/container_compatible_range.h
  libcxx/include/__ranges/from_range.h
  libcxx/include/__split_buffer
  libcxx/include/ranges
  libcxx/include/vector
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/containers/from_range_helpers.h
  libcxx/test/std/containers/insert_range_helpers.h
  libcxx/test/std/containers/sequences/from_range_sequence_containers.h
  libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
  libcxx/test/std/containers/sequences/vector.bool/append_range.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/assign_range.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/construct_from_range.pass.cpp
  libcxx/test/std/containers/sequences/vector.bool/insert_range.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.cons/construct_from_range.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.cons/deduct.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.cons/exceptions.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.modifiers/assign_range.pass.cpp
  libcxx/test/std/containers/sequences/vector/vector.modifiers/insert_range.pass.cpp
  libcxx/test/std/ranges/range.utility/range.utility.conv/from_range_t.compile.pass.cpp
  libcxx/test/support/deduction_guides_sfinae_checks.h
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149826.519693.patch
Type: text/x-patch
Size: 155643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230504/de216f31/attachment-0001.bin>


More information about the libcxx-commits mailing list