llvm-project/libcxx/test/std/concepts/concepts.callable
Christopher Di Bella c7ad020099 [libcxx] adds remaining callable concepts
* `std::predicate`
* `std::relation`
* `std::equivalence_relation`
* `std::strict_weak_order`

Implements parts of:
    - P0898R3 Standard Library Concepts
    - P1754 Rename concepts to standard_case for C++20, while we still can

Differential Revision: https://reviews.llvm.org/D96477
2021-04-07 16:14:45 +00:00
..
concept.equiv [libcxx] adds remaining callable concepts 2021-04-07 16:14:45 +00:00
concept.invocable [libc++] Post-commit review on D99928. 2021-04-06 15:31:55 -04:00
concept.predicate [libcxx] adds remaining callable concepts 2021-04-07 16:14:45 +00:00
concept.regularinvocable [libc++] Post-commit review on D99928. 2021-04-06 15:31:55 -04:00
concept.relation [libcxx] adds remaining callable concepts 2021-04-07 16:14:45 +00:00
concept.strictweakorder [libcxx] adds remaining callable concepts 2021-04-07 16:14:45 +00:00