http://d.puremagic.com/issues/show_bug.cgi?id=6571
Trass3r <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Trass3r <[email protected]> 2011-12-30 06:47:54 PST --- A related issue is if const is part of the typedef. typedef const(void*) type; void bar(void* a) {} void main() { type a; bar(&a); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
