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++/17395] Incorrect lookup for parameters


------- Additional Comments From bangerth at dealii dot org  2004-09-10 14:19 -------
I would guess gcc is right: the names of parameters can't be used 
in the rest of the argument list, can they? Note that this is 
different to template argument lists, in which this is explicitly 
allowed (and the standard writers felt the need to state so in a 
note). 
 
W. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17395


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