Searched refs:AllocAsCont (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ |
H A D | deduct.pass.cpp | 311 using AllocAsCont = Alloc; in main() typedef 363 static_assert(SFINAEs_away<std::priority_queue, Iter, Iter, Comp, AllocAsCont, Alloc>); in main() 381 static_assert(SFINAEs_away<std::priority_queue, Comp, AllocAsCont, Alloc>); in main() 392 static_assert(SFINAEs_away<std::priority_queue, Comp, AllocAsCont>); in main()
|