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]

Re: [C++] g++ isn't checking for class abstractness at instanciation time


> 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


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