Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/variant/variant.relops/
H A Dthree_way.pass.cpp83 constexpr bool test_with_types() { in test_with_types() function
116 assert((test_with_types<int, double, std::partial_ordering>())); in test_three_way()
117 assert((test_with_types<int, long, std::strong_ordering>())); in test_three_way()