This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: deriving template classes: gcc 3.4 complains


On Wed, Oct 01, 2003 at 08:00:28PM -0700, Andrew Pinski wrote:
> >
> >        int i;
> >        (char)a = 5;

   I assumed it should be:

	(char)i = 5;

   I don't personally care. I've never used that extension. But I do not
understand the example.


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