DIP27 available for destruction
Joshua Niehus
jm.niehus at gmail.com
Tue Feb 26 10:37:07 PST 2013
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?
More information about the Digitalmars-d
mailing list