[libcxx-commits] [PATCH] D115588: [libcxx][test] Verify customization point object properties

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 11 17:34:40 PST 2021


jloser updated this revision to Diff 393713.
jloser added a comment.

Remove union check in customization_point_object definition
Update list of types for range.access. Mark several as TODO as they're not implemented yet. Match the ordering as defined on cppreference.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115588

Files:
  libcxx/test/std/concepts/concepts.lang/concept.swappable/cpo.compile.pass.cpp
  libcxx/test/std/iterators/predef.iterators/iterators.common/cpo.compile.pass.cpp
  libcxx/test/std/language.support/cmp/cmp.alg/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.access/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.all/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.common.view/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.counted/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/cpo.compile.pass.cpp
  libcxx/test/std/ranges/range.factories/range.iota.view/cpo.compile.pass.cpp
  libcxx/test/support/customization_point_object.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115588.393713.patch
Type: text/x-patch
Size: 11155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211212/c1111728/attachment-0001.bin>


More information about the libcxx-commits mailing list