Searched refs:boolTy (Results 1 – 1 of 1) sorted by relevance
10 enum class boolTy : bool { enum14 template <boolTy T> struct Type3Helper;15 template <> struct Type3Helper<boolTy::b> { typedef boolTy Ty; };16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {};71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char [2]' is not implicit… in Function()