Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rG87cc95a904e0: [libc++] Implement P2136R3 std::invoke_r
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/include/__functional/invoke.h | ||
---|---|---|
550 | I guess there's no real reason except following the standard to the letter. cv-qualifiers are ignored from return values so that should also not be an issue. I'm leaning towards leaving as-is though. | |
libcxx/test/std/utilities/function.objects/func.invoke/invoke_r.pass.cpp | ||
131 | Yes, I just checked and they do! |
Why not return the void value? This is valid nowadays.