[v3] std::tr1::tuple
Chris Jefferson
caj@cs.york.ac.uk
Tue Oct 26 13:29:00 GMT 2004
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
More information about the Libstdc++
mailing list