[dmd-beta] beta for dmd 2.042
Walter Bright
walter at digitalmars.com
Mon Mar 15 21:02:48 PDT 2010
Trass3r wrote:
> 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.
>
You're right. Will fix.
More information about the dmd-beta
mailing list