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



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.


Thanks, Andrew Pinski


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