Searched defs:ForwardIterator (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp27 template < typename TT > struct ForwardIterator : InputIterator<TT> { // expected-note {{in instantiation}} struct in inherits:InputIterator
28 typedef instantiate< & requirement_<void(*)(usage_requirements<ForwardIterator> x)>::failed> boost_concept_check2; // expected-note {{in instantiation}}
31 typedef instantiate< &requirement_<void(*)(ForwardIterator<char*> x)>::failed> boost_concept_checkX;// expected-note 3{{in instantiation}}

Completed in 202 milliseconds