Searched refs:GoodComp (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.mergeable/ |
| H A D | mergeable.compile.pass.cpp | 89 using GoodComp = bool(*)(int, int); typedef 90 static_assert( std::indirect_strict_weak_order<GoodComp, Input, Input>); 91 static_assert( std::mergeable<Input, Input, Output, GoodComp>); 99 static_assert( std::mergeable<Input, Input, Output, GoodComp, std::identity, std::identity>); 100 static_assert( std::mergeable<Input, Input, Output, GoodComp, ToInt, ToInt>); 101 static_assert(!std::mergeable<Input, Input, Output, GoodComp, ToPtr, ToInt>); 102 static_assert(!std::mergeable<Input, Input, Output, GoodComp, ToInt, ToPtr>);
|