Function pointers/delegates default args were stealth removed?

Jacob Carlborg doob at me.com
Mon Aug 27 23:53:14 PDT 2012


On 2012-08-27 22:53, Walter Bright wrote:

> The language design requires a 1:1 mapping of mangling to types. Hence
> the compiler design to use the mangling as a hashmap key of types. The
> failure of that approach in this case points to a problem in the
> language design, not a bug in the compiler.

How does this then work when the body of the anonymous functions are 
different? How will they be identified?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list