Searched refs:NotThreeWayComparable (Results 1 – 1 of 1) sorted by relevance
31 struct NotThreeWayComparable { struct32 std::strong_ordering operator<=>(const NotThreeWayComparable&) const;34 ASSERT_SAME_TYPE(std::compare_three_way_result_t<NotThreeWayComparable>, std::strong_ordering);35 static_assert(!std::three_way_comparable<NotThreeWayComparable>); // it lacks operator==79 static_assert(!test_sfinae(NotThreeWayComparable(), NotThreeWayComparable())); in main()