This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: C++ parser issue [templ.res]
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: gcc at gcc dot gnu dot org
- Date: 28 Jan 2003 09:30:01 +0100
- Subject: Re: C++ parser issue [templ.res]
- Organization: Integrable Solutions
- References: <200301281703.00210.janvandijkinjapan@yahoo.co.jp>
Jan Van Dijk <janvandijkinjapan@yahoo.co.jp> writes:
[...]
| Qualifying i as B<T>::i (thus making i a dependent name explicitly)
| fixes the problem, see ugly(). To my surprise, look up of member
| variables is now different from that of member functions: f() does
| not need to be qualified (see good()). Either I missed a crucial
| section of the standard (which one?), or this is a parser bug.
|
Parser bug.
-- Gaby