[libcxx-commits] [PATCH] D99041: [libcxx] moves `std::invoke` into `__functional_base`

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 5 15:16:09 PDT 2021


ldionne accepted this revision.
ldionne added a comment.

I'm going to approve this because it's necessary for several other code changes, and it would be unreasonable to hold those up for something that we can easily change later.

That being said, we *will* have something along the lines of `__functional/invoke.h` in the future - we've had several discussions about this and seems we can't all agree on something, so I'm going to break the tie here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99041



More information about the libcxx-commits mailing list