[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
Mon Jan 25 10:14:29 PST 2021


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

Silence `-Wignored-qualifiers` also for GCC. If this makes CI green, I'll land this.


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.319047.patch
Type: text/x-patch
Size: 8711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210125/c24ed86d/attachment.bin>


More information about the libcxx-commits mailing list