Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.common/
H A Dcommon_with.compile.pass.cpp286 struct DullCommonType {}; struct
287 static_assert(!std::convertible_to<DullCommonType, int>);
290 static_assert(!std::convertible_to<DullCommonType, T1>);
295 using type = DullCommonType;
300 using type = DullCommonType;