llvm-project/libcxx/test/std/concepts
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
..
concepts.callable [libcxx] adds remaining callable concepts 2021-04-07 16:14:45 +00:00
concepts.compare [libcxx] adds concepts `std::totally_ordered` and `std::totally_ordered_with` 2021-04-02 06:00:21 +00:00
concepts.lang [libcxx] fixes `common_reference` requirement for `swappable_with` 2021-04-07 05:51:36 +00:00
concepts.object [libcxx] rearranges all concept tests 2021-03-27 22:13:58 +00:00