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: [v3] std::tr1::tuple


Chris Jefferson wrote:

Woops, sorry!

I'm currently fixing maketuple.c so it produces the correctly formatted tuple header. I'll fix this up at the same time. Do you have any advice on what I should be using instead? is _T0 .. _T9 OK?

I think we settled to _Tp, as replacement for the dangerous _T (just grep...). Therefore, probably _Tp0 .. _Tp9 would be slightly better...


Paolo.


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