[libcxx-commits] [PATCH] D102135: [libcxx][ranges] adds _`semiregular-box`_

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 9 10:11:45 PDT 2021


cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, zoecarver, Mordante, curdeius, Quuxplusone.
Herald added a subscriber: mgorny.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implements [range.semi.wrap].

Depends on D102119 <https://reviews.llvm.org/D102119>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102135

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/semiregular_box.h
  libcxx/test/libcxx/ranges/range.adaptors/range.semi.wrap/copy_assign.pass.cpp
  libcxx/test/libcxx/ranges/range.adaptors/range.semi.wrap/default_initializable.pass.cpp
  libcxx/test/libcxx/ranges/range.adaptors/range.semi.wrap/move_assign.pass.cpp
  libcxx/test/libcxx/ranges/range.adaptors/range.semi.wrap/properties.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102135.343918.patch
Type: text/x-patch
Size: 13050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210509/2c85e8f5/attachment.bin>


More information about the libcxx-commits mailing list