This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using C++ in GCC is OK
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.