This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/20307] template resolution is wrong when accessed with namespace prefix


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]