This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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


Andrew Pinski wrote:


On Oct 25, 2004, at 3:14 PM, Benjamin Kosnik wrote:



This is an initial implementation of std::tr1::tuple, contributed by Chris Jefferson.


Thanks Chris!

There are a couple of outstanding issues that will be addressed in
subsequent patches. Some of these issues include where to put
maketupes.c, how to run it, what library holds definitions. and the
supporting make and build machinery.


Another issue I found is that the patch uses _T as a template
argument which causes all of tuple to fail.  I filed PR 18159 to keep
track of this.  This causes tuple to fail on darwin.

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?

Chris


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