dmd 1.053 and 2.037 release - minor docs typo
    Nick Treleaven 
    nospam at example.net
       
    Tue Dec  8 09:46:40 PST 2009
    
    
  
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...
    
    
More information about the Digitalmars-d-announce
mailing list