This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [C++] g++ isn't checking for class abstractness at instanciation time
- To: Gabriel dot Dos_Reis at sophia dot inria dot fr
- Subject: Re: [C++] g++ isn't checking for class abstractness at instanciation time
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 24 Feb 2000 22:54:13 +0100
- CC: egcs-bugs at egcs dot cygnus dot com
- References: <xaj908m67kw.fsf@korrigan.inria.fr>
> The following is a test case, adapted from a post on
> news:fr.comp.lang.c++, demonstrating a bug in g++'s template
> instanciation machinery. The call g<int>() is ill-formed and should
> be rejected.
Now that I started to clean up, I found that this is also fixed. Not
that you wouldn't know, anyway :-)
Regards,
Martin