[libcxx-commits] [PATCH] D150538: [libc++] Untangles invoke.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 18 09:21:32 PDT 2023


Mordante added a comment.

In D150538#4350404 <https://reviews.llvm.org/D150538#4350404>, @EricWF wrote:

> Is the patch as uploaded correct? Because some bits appear to me as having disappeared.

Did you notice `libcxx/include/__type_traits/invoke.h` is considered a copy? So the new lines in this file are marked as unchanged?

> Also, IMHO it makes very much sense to move invoke into type traits. Because it's needed to implement the invocable traits.

Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150538



More information about the libcxx-commits mailing list