Commit a8ec10c9 by Jason Merrill

new

From-SVN: r23604
parent 78ab9a3c
template <class T> void f (T);
void g ();
void g (int);
int
main ()
{
f (g); // ERROR - ambiguous unification
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment