Is there any possibility that get VC6 support of C++11 tuple?

12 Jul
2011
12 Jul
'11
5:03 a.m.
Such as by using of Variadic Macro Data -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo

12 Jul
12 Jul
7:10 a.m.
New subject: Is there any possibility that get VC6 support of C++11 tuple?
[Yonggang Luo]
Is there any possibility that get VC6 support of C++11 tuple?
VC6 is no longer supported by Microsoft (or anyone who wants to protect their sanity from hideous compiler/library bugs). It predates C++11 by an amazing 13 years. Upgrade to VC10 SP1 and you'll get std::tuple (or boost::tuple if you prefer). VC10 Express: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cp... I don't believe that has SP1 integrated, so you'll need to apply it separately: VC10 SP1: http://www.microsoft.com/download/en/details.aspx?id=23691 Stephan T. Lavavej Visual C++ Libraries Developer
5068
Age (days ago)
5085
Last active (days ago)
2 comments
2 participants
participants (2)
-
Stephan T. Lavavej
-
罗勇刚(Yonggang Luo)