Is this type of notation is support in VS2010 ?
vector<int> v = { 1, 2, 3, 4 };
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Is this type of notation is support in VS2010 ?
vector<int> v = { 1, 2, 3, 4 };
Nope.
Is it possible that all C++0x feature will be in the sp1 of vs2010 ?
MS as a rule doesn't add any major features in service packs. I frankly would be very surprised if "all" C++0x features are in VS.next.
1 hour ago, Sven Groot wrote
MS as a rule doesn't add any major features in service packs. I frankly would be very surprised if "all" C++0x features are in VS.next.
Why would they make any changes like that anyway? The "x" in C++0x means it isn't final yet, if they implemented things like that then we'd potentially end up with incorrect implementations and customers complaining when behaviour changes in the VC2012 compiler.
But they have already implemented part of C++0x ? Some features are in final stage ?
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.