[libcxx-commits] [PATCH] D80071: [NFC] Add _EnableIfLValueCallable and move reference out of __callable.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 16 15:53:37 PDT 2020


zoecarver added a comment.

Some references:

- The original suggestion. <https://reviews.llvm.org/D62928#2031628>
- The relevant section of the standard. <https://eel.is/c++draft/function.objects#func.wrap.func.con-7>
- The relevant CppReference link. <https://en.cppreference.com/w/cpp/utility/functional/function/function>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80071





More information about the libcxx-commits mailing list