This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using C++ in GCC is OK
Hi,
On Sun, May 30, 2010 at 10:03 PM, Robert Dewar <dewar@adacore.com> wrote:
> Mark Mitchell wrote:
>
>> Is there anyone who would like to volunteer to develop the C++ coding
>> standards? ?I think that this could be done as a Wiki page. ?(If nobody
>> volunteers, I will volunteer myself.) ?Whoever ends up doing this, I
>> would urge the rest of us not to spend too much time in the C++
>> coding-standards bikeshed; we're not going to win or lose too much
>> because we do or do not permit default parameters.
>
> Can't we find a set of C++ standards that we could piggy back off,
> rather than developing from scratch?
>
Google has some pretty complete C++ style guide:
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
There might be interesting sections to pick. More info available at
http://code.google.com/p/google-styleguide/.
- Arnaud