Searched refs:HasConstExprCtorT (Results 1 – 1 of 1) sorted by relevance
72 template <typename T> class HasConstExprCtorT { class73 constexpr HasConstExprCtorT(T) {} in HasConstExprCtorT() function in HasConstExprCtorT77 static_assert(__is_literal(HasConstExprCtorT<NonLiteral>), "fail");