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?
