[libcxx-commits] [PATCH] D57364: Bug fix for PR#40495 is_invokable_v<void> does not compile

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 28 17:15:48 PST 2019


mclow.lists created this revision.
mclow.lists added reviewers: EricWF, ldionne.
Herald added a subscriber: christof.

Add specializations of `__invoke_r` for "callable"s of type cv-void
Add a bunch of tests for non-callable types


https://reviews.llvm.org/D57364

Files:
  libcxx/include/type_traits
  libcxx/test/std/utilities/meta/meta.rel/is_invocable.pass.cpp
  libcxx/test/std/utilities/meta/meta.rel/is_nothrow_invocable.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57364.183997.patch
Type: text/x-patch
Size: 8516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190129/675f4666/attachment.bin>


More information about the libcxx-commits mailing list