http://d.puremagic.com/issues/show_bug.cgi?id=3268
--- Comment #1 from Andrei Alexandrescu <[email protected]> 2009-08-27 14:11:13 PDT --- void fun() {} void main() { auto a = &fun; const b = a; assert(a == b); } This fails to compile. The error message is odd too: Error: array equality comparison type mismatch, void function() vs const(void function()) The code should work. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
