Coding Style - C++ constructor initialization list

Thiago Macieira thiago at macieira.org
Wed Mar 25 17:20:07 PDT 2015


On Monday 23 March 2015 05:51:26 Dirk Hohndel wrote:
> > *ClassName::ClassName() :*
> > *x(1),*
> > *y(2),*
> > *z(3)*
> > *{*
> > *}*
> 
> This isn't readable for me. Possibly a mail formating issue.

I thought it was just me...

The original in HTML is:

ClassName::ClassName() :
	x(1),
	y(2),
	z(3)
{
}

Marcos: we don't read the HTML part in the mailing list, so any colouring and 
font formatting will be lost.
-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358



More information about the subsurface mailing list