Searched refs:NoRelative (Results 1 – 2 of 2) sorted by relevance
73 struct NoRelative { in test() struct74 constexpr bool operator==(const NoRelative&) const; in test()76 static_assert(HasEqual<std::pair<int, NoRelative>>); in test()77 static_assert(!HasLess<std::pair<int, NoRelative>>); in test()78 static_assert(!HasSpaceship<std::pair<int, NoRelative>>); in test()
139 struct NoRelative { in test() struct140 constexpr bool operator==(const NoRelative&) const; in test()142 static_assert(!can_synth_three_way<NoRelative>); in test()