opMul

Bill Baxter dnewsgroup at billbaxter.com
Wed Mar 5 16:04:39 PST 2008


Denton Cockburn wrote:
> Yep, that did the trick.
> 
> IIRC, the const in front means const(this)
> 

and apparently const at the end means that too, now.

        Foo opMul(const Foo [b]) const  { // also ok
               ...
         }


--bb



More information about the Digitalmars-d mailing list