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]

[libstd++] current tuple ebco patch


My assignment should be processed any day now so I might as well get a few
patches looked at and fixed up.

This one has modifications to tuple so that ebco is used where possible. It
also has an impl. of tuple_cat as well (i have an operator+ for tuple in
there as well, but just ignore it, its not std). This all works with
-std=c++0x but I haven't run the test suite with tr1's tuple (I'm sure it
will break something). I suppose I also need a test suite for c++0x tuple.

Cheers,
Chris

http://www.nabble.com/file/p14229273/tuple-ebo.patch tuple-ebo.patch 


-- 
View this message in context: http://www.nabble.com/-libstd%2B%2B--current-tuple-ebco-patch-tf4967319.html#a14229273
Sent from the gcc - patches mailing list archive at Nabble.com.


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