This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [cxx-conversion] New Hash Table (issue6244048)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]