Searched refs:NonConstexprConv (Results 1 – 1 of 1) sorted by relevance
274 struct NonConstexprConv { constexpr operator int() const; }; struct295 A<Lit, NonConstexprConv, Lit> b = NonConstexprConv();