This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17395] Incorrect lookup for parameters
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Sep 2004 14:19:43 -0000
- Subject: [Bug c++/17395] Incorrect lookup for parameters
- References: <20040910133354.17395.gdr@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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