This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/20307] template resolution is wrong when accessed with namespace prefix
- From: "smcpeak at cs dot berkeley dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Mar 2005 03:59:54 -0000
- Subject: [Bug c++/20307] template resolution is wrong when accessed with namespace prefix
- References: <20050303211431.20307.vasilche@ncbi.nlm.nih.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From smcpeak at cs dot berkeley dot edu 2005-03-04 03:59 -------
Andrew, I think you are misinterpreting [temp.dep.candidate]
(14.6.4.2). That section modifies the lookup rules for
unqualified-ids that are dependent, but does *not* say that only
unqualified-ids can be dependent.
I already posted a comment (#20) in PR 11282 that (among other
things) points this out, but no one has responded.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20307