[libcxx-commits] [PATCH] D60368: Add bind_front function (P0356R5)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 10 07:34:02 PDT 2019


zoecarver marked an inline comment as done.
zoecarver added a comment.

After looking at `not_fn`, I think I can simplify this a lot.



================
Comment at: include/functional:2992
+    _Fun __f;
+    _VSTD::tuple<_BoundArgs...> __bound_args;
+
----------------
EricWF wrote:
> No need to quality tuple.
Is there a better way to store the bound args?


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

https://reviews.llvm.org/D60368





More information about the libcxx-commits mailing list