In std::functional moves the reference out of the __callable implementation and replaces _EnableIfCallable with _EnableIfLValueCallable (_EnableIfLValueCallable passes __callable an lvalue reference type).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo