This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++ 2.95.2 parse error in qualified member name lookup
- To: sebor at roguewave dot com
- Subject: Re: g++ 2.95.2 parse error in qualified member name lookup
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 1 May 2000 11:47:04 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <390CCA10.D2C4F1AE@roguewave.com>
> I believe this should compile according to 3.4.3.1. It fails with g++ 2.95.2.
> The compiler has no problem if A is not a template or if the call is fully
> qualified (i.e., with N::A<int>::foo()).
Thanks for your bug report. I've put it into GNATS.
Regards,
Martin