
29 Oct
2008
29 Oct
'08
11:23 a.m.
On Tue, Oct 28, 2008 at 9:28 AM, Cory Nelson <phrosty@gmail.com> wrote:
In case anyone missed it, a VS10 CTP is out with partial 0x support (lambda, rvalue, static assert, and "auto"), better intellisense, and a modern c++ parallel library.
Thanks for the heads up! By the way, each of those four C++0x features were developed by Boosters. The lead author for Lambda expressions was Jaakko Jarvi. The lead author for rvalue references was Howard Hinnant, with co-authors Peter Dimov and Dave Abrahams. The lead author for static asserts was Robert Klarer, with co-authors John Maddock, Beman Dawes, and Howard Hinnant. The lead author for auto was Jaakko Jarvi. --Beman