Boost logo

Boost :

Subject: Re: [boost] Is there any possibility that get VC6 support of C++11 tuple?
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2011-07-12 03:10:23


[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-cpp-express

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk