Searched refs:a_pony (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
H A Doverload-candidates.cpp113 struct a_pony : std::enable_if<some_trait<T>::value> {}; struct in namespace:PR15673
116 typename Requires = typename a_pony<T>::type>
121 void baz() { } // expected-note {{candidate template ignored: substitution failure [with T = int]: no type named 'type' in 'PR15673::a_pony<int>'}}

Completed in 358 milliseconds