Home
last modified time | relevance | path

Searched defs:ConvertibleToIntegral (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/
H A Drobust_against_adl.compile.pass.cpp22 struct ConvertibleToIntegral { struct
23 TEST_CONSTEXPR operator int() const { return 1; } in operator int()