Details
Details
- Reviewers
Mordante var-const ldionne jdoerfert - Group Reviewers
Restricted Project - Commits
- rG40f7fca3d91f: [libc++] Add ranges::max_element to the synopsis and ADL-proof the…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/include/__algorithm/ranges_max_element.h | ||
---|---|---|
39 | Can we add tests? |
Comment Actions
LGTM with tests. We have several ADL proofing tests, see for example libcxx/test/std/strings/basic.string/string.modifiers/robust_against_adl.pass.cpp.
Comment Actions
@philnik just made me aware of https://wg21.link/P2538, so we can't use ADL-proof tests. Hence LGTM as-is.
Can we add tests?