On 10 June 2010 02:42, Andrei Alexandrescu <[email protected]> wrote: > Could you please explain how the fix works? Does it get rid of the unused > temporary? Thanks!
It doesn't get rid of the temporary yet, it just fixes the error message. Need to open a new bug about the temporary, it's more complicated to implement. > > Andrei > > On 06/09/2010 07:07 PM, dsource.org wrote: >> >> dmd commit, revision 530 >> >> >> user: walter >> >> msg: >> bugzilla 4231 Solitary opUnary Postincrement and Postdecrement user >> defined operators are broken. >> >> http://www.dsource.org/projects/dmd/changeset/530 >> >> _______________________________________________ >> dmd-internals mailing list >> [email protected] >> http://lists.puremagic.com/mailman/listinfo/dmd-internals > > _______________________________________________ > dmd-internals mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/dmd-internals > _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
