This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17829] [3.4/4.0 Regression] wrong error: call of overloaded function is ambiguous
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Oct 2004 12:44:39 -0000
- Subject: [Bug c++/17829] [3.4/4.0 Regression] wrong error: call of overloaded function is ambiguous
- References: <20041004120459.17829.micis@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From nathan at gcc dot gnu dot org 2004-10-04 12:44 -------
Doesn't koenig lookup apply? That'll pull in ::parseFontName because of
::QString
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17829