Re: dmd 2.060 ignoring ref for Array arguments

2012-07-02 Thread d coder
Done. http://d.puremagic.com/issues/show_bug.cgi?id=8335

Re: dmd 2.060 ignoring ref for Array arguments

2012-07-02 Thread Jonathan M Davis
On Monday, July 02, 2012 14:26:33 d coder wrote: > Greetings > > Normally I use released beta versions of dmd, but this time I started using > dmd 2.060 for sake of std.string.xformat. > > But I am facing issues. This version is ignoring "ref" when passing array > as ref argument. Kindly see the

dmd 2.060 ignoring ref for Array arguments

2012-07-02 Thread d coder
Greetings Normally I use released beta versions of dmd, but this time I started using dmd 2.060 for sake of std.string.xformat. But I am facing issues. This version is ignoring "ref" when passing array as ref argument. Kindly see the code below. When I run this code it prints "Postblit called!" f