Using C++ in GCC is OK
Geert Bosch
bosch@adacore.com
Wed Jun 2 04:43:00 GMT 2010
On Jun 1, 2010, at 17:41, DJ Delorie wrote:
> It assumes your editor can do block-reformatting while preserving the
> comment syntax. I've had too many // cases of Emacs guessing wrong //
> and putting // throughout a reformatted // block.
With Ada we have no choice, and only have -- comments. I don't think
I've ever encountered that kind of formatting problem, even though we
definitely have active developers using Emacs.
This seems a weak argument. Besides that, I don't feel strongly
either way. I'd just like to avoid a mixture of // and /* */
if possible.
-Geert
More information about the Gcc
mailing list