Andrei Alexandrescu wrote: > I hereby suggest we get rid of new for class object creation. What do > you guys think?
*applause* 'X(x)' and 'new X(x)' have distinct meanings in C++. In Java/C#/D, the 'new' is just line noise. -- Rainer Deyke - [email protected]
