Searched defs:enable_if_char (Results 1 – 1 of 1) sorted by relevance
262 template <char C> struct enable_if_char { }; struct263 …template <> struct enable_if_char<'a'> { typedef int type; }; // expected-note 5{{'enable_if_char<… struct