Searched defs:enable_if_char (Results 1 – 1 of 1) sorted by relevance
265 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...]