[cxx-conversion] New Hash Table (issue6244048)

Gabriel Dos Reis gdr@integrable-solutions.net
Fri May 25 14:25:00 GMT 2012


On Fri, May 25, 2012 at 9:15 AM, Diego Novillo <dnovillo@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



More information about the Gcc-patches mailing list