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: Unreviewed C++0x patches


Doug Gregor wrote:
This is the implementation of N2488/N2555 accepted a few weeks ago,
changing the binding of variadic template template parameters:

http://gcc.gnu.org/ml/gcc-patches/2007-12/msg00710.html

This is OK too.


This second patch is meant for mainline. I'm torn about whether it
should go into the 4.3 branch. It is a non-trivial change to semantics
of variadic template template parameters (not good for a branch), but
this is the "experimental" C++0x mode and I think we're better off in
the long term if we fix discrepancies with the C++0x standard as
quickly as possible.

I think it's appropriate to fix bugs in new features in the branch. Any release managers have an opinion?


Jason


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