[PATCH] D55520: Refactor std::function to more easily support alternative implementations.

Jordan Soyke via Phabricator reviews at reviews.llvm.org
Mon Dec 10 09:47:11 PST 2018


jsoyke created this revision.
jsoyke added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, ldionne, christof.

This change adds a new internal class, called __value_func, that adds
a minimal subset of value-type semantics to the internal __func interface.


Repository:
  rCXX libc++

https://reviews.llvm.org/D55520

Files:
  include/functional

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55520.177548.patch
Type: text/x-patch
Size: 21522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20181210/82c95ef0/attachment-0001.bin>


More information about the libcxx-commits mailing list