DMD 0.177 release

Chris Miller chris at dprogramming.com
Sat Dec 9 07:56:25 PST 2006


char* p = new char[32];

Error: cannot implicitly convert expression (new char[](32)) of type  
char[] to char*

Should this be a special case? Currently it needs  (new char[32]).ptr



More information about the Digitalmars-d-announce mailing list