Home
last modified time | relevance | path

Searched defs:enable_if_char (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp265 template <char C> struct enable_if_char { }; struct
266 template <> struct enable_if_char<'a'> { typedef int type; }; // expected-note 5{{'enable_if_char<'a'>::type' declared here}} argument
[all...]