opMul

Bill Baxter dnewsgroup at billbaxter.com
Mon Mar 3 15:33:00 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