On 1/7/2014, 7:00 PM, Cameron McCormack wrote:
Ehsan Akhgari wrote:
Exactly. If we require braces on their own lines for function bodies
everywhere, we wouldn't need to solve this!

Are you sure? :)  There are a bunch of instances of

   class A
   {
     A(int aMember)
       : mMember(aMamber)
     {}
   };

through the tree.  Depends how the "braces on new line" rule is written,
of course.

I guess the "close braces for function bodies on their own line" rule is implied. But you're right, we should be explicit about that!
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to