[Bug c++/17829] wrong error: call of overloaded function is ambiguous

2004-10-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-04 12:36 --- : Search converges between 2004-09-27-014001-trunk (#563) and 2004-09-27-161002-trunk (#564). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17829

[Bug c++/17829] wrong error: call of overloaded function is ambiguous

2004-10-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-04 12:35 --- Reduced to: class QString {}; class QFontDatabase { static void findFont(); static void parseFontName(const QString &name, QString &foundry, QString &family); }; static void parseFontName(con