https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97174
Jonathan Wakely changed:
What|Removed |Added
Severity|normal |enhancement
--- Comment #3 from Jonath
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97174
--- Comment #2 from Richard Biener ---
With an instantiation added:
int main () { N::conv (1); }
we get
t.C: In function 'int main()':
t.C:13:25: error: call of overloaded 'conv(int)' is ambiguous
13 | int main () { N::conv (1); }
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97174
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to fail|