Searched refs:StructNotConvertibleToCommonReference (Results 1 – 1 of 1) sorted by relevance
289 struct StructNotConvertibleToCommonReference { struct290 explicit(false) StructNotConvertibleToCommonReference(int);292 static_assert(std::convertible_to<int, StructNotConvertibleToCommonReference>);296 struct basic_common_reference<StructNotConvertibleToCommonReference, int, X,302 struct basic_common_reference<int, StructNotConvertibleToCommonReference, X,308 !std::common_reference_with<StructNotConvertibleToCommonReference, int>);326 !std::common_reference_with<StructNotConvertibleToCommonReference, int>);