Searched refs:NoCommonRef (Results 1 – 1 of 1) sorted by relevance
26 struct NoCommonRef { struct27 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