[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 09:05:04 PST 2021


Quuxplusone updated this revision to Diff 318846.
Quuxplusone marked 8 inline comments as done.
Quuxplusone added a comment.

Address review comments and try to silence -Wignored-qualifiers warnings.


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.318846.patch
Type: text/x-patch
Size: 6815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210124/d062c9ec/attachment-0001.bin>


More information about the libcxx-commits mailing list