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

2005-03-03 Thread smcpeak at cs dot berkeley dot edu
--- 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 b

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

2005-03-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-03 22:54 --- Nope, qualified names bind right away, see PR 11828. And from the standard: >From [temp.dep.candidate]: For a function call that depends on a template parameter, if the function name is an "unqualified-id"