On Tuesday, 26 February 2013 at 18:27:13 UTC, Andrej Mitrovic wrote:
Where's the link? I don't see it listed: http://wiki.dlang.org/DIPs

just added:
http://wiki.dlang.org/DIP27


"Transitional measure to mitigate breakage"

// Transitional behavior.
static assert(is(typeof(&foo) == void function());

// Error (foo has no address). Final behavior
static assert(is(typeof(&foo) == void function());

are these supposed to be different?

Reply via email to