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

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 14 18:21:44 PST 2021


jloser created this revision.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Add test for various customization point object properties as defined by
the Standard. Test various CPOs from `<ranges>`, `<iterator>`,
`<concepts>`, etc.

The test is mostly from https://reviews.llvm.org/D107036 and split up
into this - thanks Arthur!


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115777

Files:
  libcxx/test/std/library/description/conventions/customization.point.object/cpo.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115777.394440.patch
Type: text/x-patch
Size: 4241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211215/3ecd35c6/attachment-0001.bin>


More information about the libcxx-commits mailing list