[dmd-beta] beta for dmd 2.042

Trass3r mrmocool at gmx.de
Mon Mar 15 15:14:32 PDT 2010


Doesn't concern the release directly, but I ran into it while testing and  
I don't think it's worth its own bugzilla issue.

http://www.digitalmars.com/d/2.0/operatoroverloading.html#OpAssign

"a op= b

is rewritten as:
a.opOpAssign!("op")(b)"

is misleading. I deduced that op doesn't include "=" but it does.


More information about the dmd-beta mailing list