ANSI C++ violation

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon Feb 28 02:03:00 GMT 2000


> The following code is happily compiled by g++ while it should report
> an error:

Thanks for your bug report. That's not a bug; it's an extension :-)
You can use 'g++ -pedantic' to disable this extension.

Regards,
Martin


More information about the Gcc-bugs mailing list