They still don't support initializer lists and variadic templates.
non-static data member initializers as well, but they're more of a nicety. Definitely was one of the nice bonuses whenever I did any c# stuff. Especially when you have to overload constructors so you can avoid massive initialization lists.
http://blogs.msdn.com/b/vcblog/archive/2011/09/12/10209291.a...
They still don't support initializer lists and variadic templates.
non-static data member initializers as well, but they're more of a nicety. Definitely was one of the nice bonuses whenever I did any c# stuff. Especially when you have to overload constructors so you can avoid massive initialization lists.