Stroustrup's talk on C++0x

Walter Bright newshound1 at digitalmars.com
Wed Aug 22 23:10:02 PDT 2007


Craig Black wrote:
> First, D needs to at the very least match the features that are added to C++ 
> with regards to parallelism and concurrency.

D will be addressing the problem by moving towards supporting pure 
functions, which are automatically parallelizable. I think this will be 
much more powerful than C++'s model.

Also, D already implements a superset of some of C++0x's synchronization 
primitives.



More information about the Digitalmars-d mailing list