Re: Problem with passing ref parameters to properties

2012-05-25 Thread Leandro Lucarella
Dejan Lekic, el 25 de mayo a las 11:59 me escribiste: > SebastianA wrote: > > > I had not tested the code with DMD. We need x64 support, so we > > need GDC for that at the moment. However, I tried compiling with > > DMD and it seems that the line > > > > t.vPosition = (Clock.currStdTime % 2 == 0)

Re: Problem with passing ref parameters to properties

2012-05-25 Thread Trass3r
http://d.puremagic.com/issues/show_bug.cgi?id=8148

Re: Problem with passing ref parameters to properties

2012-05-25 Thread Dejan Lekic
SebastianA wrote: > I had not tested the code with DMD. We need x64 support, so we > need GDC for that at the moment. However, I tried compiling with > DMD and it seems that the line > > t.vPosition = (Clock.currStdTime % 2 == 0) ? Vec(2, 2) : Vec(3, > 3); > > does not compile with the latest DM