[libcxx-commits] [PATCH] D94452: [libc++] Support immovable return types in std::function.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 24 12:45:00 PST 2021


Quuxplusone updated this revision to Diff 318861.
Quuxplusone added a comment.

Add some unit tests for pointers-to-member(-function)s, as suggested by @logan-5.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94452

Files:
  libcxx/include/__functional_base
  libcxx/include/functional
  libcxx/include/type_traits
  libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/noncopyable_return_type.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94452.318861.patch
Type: text/x-patch
Size: 8692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210124/e89e6e49/attachment.bin>


More information about the libcxx-commits mailing list