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

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 10 09:41:58 PDT 2019


EricWF added inline comments.


================
Comment at: include/functional:2992
+    _Fun __f;
+    _VSTD::tuple<_BoundArgs...> __bound_args;
+
----------------
zoecarver wrote:
> EricWF wrote:
> > No need to quality tuple.
> Is there a better way to store the bound args?
By "qualify tuple" I meant the _VSTD:: isn't needed


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

https://reviews.llvm.org/D60368





More information about the libcxx-commits mailing list