As a C++ developer using Visual Studio 2010, what do I gain from installing SP1 (that is related to C++)? Any significant language/library changes related to C++0x/TR1? Or is SP1 mostly a bugfix release?

link|improve this question

1  
The MS service packs are always bug fixes. Their policy is to never change features without also changing the version. – Bo Persson Jul 26 '11 at 15:55
3  
@Bo Persson, disagree. A service pack to VS 2008 rolled up the Feature Pack that included SIGNIFICANT C++ functionality. – Kate Gregory Jul 27 '11 at 20:25
feedback

3 Answers

up vote 4 down vote accepted

KB983509 lists the changes in SP1. There's nothing 0x-related (or just bugs, but I'm too lazy to go over that list).

link|improve this answer
feedback

VS 2010 SP1 fixes one real nasty bug filed here: https://connect.microsoft.com/VisualStudio/feedback/details/564917#

That bug alone was enough for me to install SP1.

link|improve this answer
feedback

It fixes the really bad bug of "Crash on Show All Files". It supposedly fixes the "Crash on Close" bug but it still happens on my machine. Not terribly nice but it's not hurting anything as the program has already closed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.