[Development] commas in ctor-init-lists

André Somers andre at familiesomers.nl
Fri Jun 3 09:25:18 CEST 2016



Op 03/06/2016 om 08:52 schreef Martin Smith:
>> You can do this, given:
> Nobody does that. We always write: * You bla, or you boo, or you foo, and in this case we would normally write: You bla, you boo, or you foo. Even better: You bla, boo, or foo. You are inventing problems that don't exist.
>
If you say so.

So that means that our C++ code should look like this then?

if (blah || boo || foo) {  //no line breaking allowed
    something();
}

What a load of nonsense.

André




More information about the Development mailing list