On Fri, 04 Dec 2009 20:05:13 -0800, Walter Bright wrote:

> Probably the biggest thing is opDispatch!

Sounds great :)

But I think there's a minor typo here:
http://www.digitalmars.com/d/2.0/operatoroverloading.html#Dispatch


class C
{
    void opDispatch(string s)(int i)
    {
        writefln("S.opDispatch('%s', %s)", s, i);


The writefln should be C.opDispatch

Apologies if already reported elsewhere...

Reply via email to