Home
last modified time | relevance | path

Searched refs:BadComp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.mergeable/
H A Dmergeable.compile.pass.cpp92 using BadComp = bool(*)(int*, int*); typedef
93 static_assert(!std::indirect_strict_weak_order<BadComp, Input, Input>);
94 static_assert(!std::mergeable<Input, Input, Output, BadComp>);