Changeset 12

Show
Ignore:
Timestamp:
06/24/06 19:11:08 (6 years ago)
Author:
KirkMcDonald
Message:

Removed "build" directory from source control, and small ftype.d update.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pyd/ftype.d

    r7 r12  
    160160    static if (is(Deref!(T) U == function)) { 
    161161        alias U ReturnType; 
     162    } else static if (is(Deref!(T) U == delegate)) { 
     163        alias ReturnType!(U) ReturnType; 
    162164    } else static assert (false); 
    163165}