[libcxx-commits] [PATCH] D99398: [libcxx] reworks invocable and regular_invocable tests

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 25 20:29:56 PDT 2021


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

The tests for `std::invocable` and `std::regular_invocable` were
woefully incomplete. This patch closes many of the gaps (though some
probably remain).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99398

Files:
  libcxx/test/std/concepts/callable/functions.h
  libcxx/test/std/concepts/callable/invocable.compile.pass.cpp
  libcxx/test/std/concepts/callable/regularinvocable.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99398.333489.patch
Type: text/x-patch
Size: 51002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210326/324b6d07/attachment-0001.bin>


More information about the libcxx-commits mailing list