[libcxx-commits] [PATCH] D116384: [libc++] [ranges] Simplify our idiom for testing niebloid-ness.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 4 12:08:53 PST 2022


Quuxplusone updated this revision to Diff 397368.
Quuxplusone edited the summary of this revision.
Quuxplusone added a comment.

Update per discussion with @ldionne today. The plan is to keep `is_niebloid` (née `is_function_like`) for now; defer its removal until D116570 <https://reviews.llvm.org/D116570>; and make sure to open an LWG issue complaining about the status quo before making the final-final decision on D116570 <https://reviews.llvm.org/D116570>.

If CI is green, imma land this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116384

Files:
  libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/special_function.compile.pass.cpp
  libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/special_function.compile.pass.cpp
  libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.prev/special_function.compile.pass.cpp
  libcxx/test/support/is_niebloid.h
  libcxx/test/support/test_standard_function.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116384.397368.patch
Type: text/x-patch
Size: 11785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220104/605a8069/attachment.bin>


More information about the libcxx-commits mailing list