Few recent dmd pull requests

Meta via Digitalmars-d digitalmars-d at puremagic.com
Thu Jun 26 07:07:06 PDT 2014


On Thursday, 26 June 2014 at 10:38:54 UTC, bearophile wrote:
> // pointer type
> auto*  p1 = new int(3);  // int*
> const* p2 = new int(3);  // const(int)*

Won't some people, especially those coming from C++, mistake this 
for being syntax to create a constant pointer to a mutable int?


More information about the Digitalmars-d mailing list