On Fri, May 25, 2012 at 9:15 AM, Diego Novillo <dnovi...@google.com> wrote:
> I don't care how ugly coding conventions look. I've dealt with many and > they all have their ugly spots. I mostly care about consistency. Agreed that consistency is very important. (At at single time in a week, I deal with 3 different styles with 4 projects.) There are some nice properties with the existing GNU style; but they don't scale well with advanced scoping constructs (e.g. namespaces, classes, etc.) and we need to address those. Conversely the libstdc++ style good bits that we should look at. -- Gaby