[libcxx-commits] [PATCH] D144822: [libc++][spaceship] P2711R1 Making Multi-Param Constructors Of views explicit

Hristo Hristov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 26 05:02:17 PST 2023


H-G-Hristov updated this revision to Diff 500549.
H-G-Hristov added a comment.

- Fixed placement
- Unit tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144822

Files:
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/__ranges/drop_view.h
  libcxx/include/__ranges/drop_while_view.h
  libcxx/include/__ranges/filter_view.h
  libcxx/include/__ranges/iota_view.h
  libcxx/include/__ranges/lazy_split_view.h
  libcxx/include/__ranges/split_view.h
  libcxx/include/__ranges/take_view.h
  libcxx/include/__ranges/take_while_view.h
  libcxx/include/__ranges/transform_view.h
  libcxx/test/std/ranges/range.adaptors/range.drop.while/ctor.view.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/ctor.view_pred.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.view.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/ctor.view_function.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144822.500549.patch
Type: text/x-patch
Size: 12932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230226/6f646c7f/attachment.bin>


More information about the libcxx-commits mailing list