[Bug c++/53415] problematic error message for ambiguity

2019-03-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53415 --- Comment #3 from Jonathan Wakely --- P.S. also -pedantic-errors makes it an error, not just a warning

[Bug c++/53415] problematic error message for ambiguity

2019-03-07 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53415 --- Comment #2 from Jonathan Wakely --- (In reply to Nathan Ridge from comment #0) > 1. Template argument deduction/substitution is failing because of a > *warning*? The following reduced example: > > struct string > { > string(c

[Bug c++/53415] problematic error message for ambiguity

2012-06-08 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53415 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic Status|UNCON