Searched refs:cant_resolve (Results 1 – 1 of 1) sorted by relevance
71 void cant_resolve() { } //expected-note 3{{candidate}} in cant_resolve() function73 template<class T> void cant_resolve(T) { }//expected-note 3{{candidate}} in cant_resolve() function120 { static_cast<void>(cant_resolve<int>); } // expected-error {{address of overload}} in main()121 { bool b = cant_resolve<int>; } // expected-error {{address of overload}} in main()122 { (void) cant_resolve<int>; } // expected-error {{address of overload}} in main()