Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.assignable/
H A Dassignable_from.compile.pass.cpp26 struct NoCommonRef { struct
27 NoCommonRef& operator=(const int&);
29 static_assert(std::is_assignable_v<NoCommonRef&, const int&>);
30 static_assert(!std::assignable_from<NoCommonRef&, const int&>); // no common reference type