You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
template<D d>// expected-note 2{{template parameter is declared here}}
43
+
voidf() {} // expected-note 2{{candidate template ignored: invalid explicitly-specified argument: expr is not a valid const expr in the expected context}}
// expected-note@-3 {{template parameter is declared here}}
428
+
// expected-error@-3 {{no matching function for call to}}
429
+
// expected-note@-5 {{candidate template ignored: invalid explicitly-specified argument: could not convert 'h' from 'void ()' to 'T (*)() __attribute__((stdcall))}}
0 commit comments