UFCS

Timon Gehr via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri May 15 14:38:40 PDT 2015


On 05/15/2015 11:31 PM, Manfred Nowak wrote:
> class C{}
> int main(){
>    void opOpAssign( string op)( C a, C b){
>    }
>    C a, b;
>    a+= b;
> }

https://issues.dlang.org/show_bug.cgi?id=8062


More information about the Digitalmars-d-learn mailing list