Using C++ in GCC is OK

Richard Guenther richard.guenther@gmail.com
Wed Jun 2 13:28:00 GMT 2010


On Wed, Jun 2, 2010 at 3:04 PM, Gabriel Dos Reis
<gdr@integrable-solutions.net> wrote:
> On Wed, Jun 2, 2010 at 4:19 AM, Richard Guenther
> <richard.guenther@gmail.com> wrote:
>
>> I'd like us to stick with C comments only.  I defintely do not like
>> a mix of both styles and I can't see an advantage of C++ comments.
>
> It does not have a 'gotcha' for commenting out codes.

Neither does

#if 0
#endif

which we currently use.

Richard.



More information about the Gcc mailing list