https://d.puremagic.com/issues/show_bug.cgi?id=11858
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrej Mitrovic <[email protected]> 2014-01-02 13:10:49 PST --- I think this would definitely catch some bugs. I wonder what kind of impact it would have on code breakage though (perhaps we would go through a warning phase first). There is definitely a precedent: ----- void main() { int* a; float* b; static assert(!__traits(compiles, a is b)); // ok, not allowed } ----- -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
