http://d.puremagic.com/issues/show_bug.cgi?id=9112
--- Comment #4 from Jonathan M Davis <[email protected]> 2012-12-05 19:04:49 PST --- > Just curious, in what cases do you need that? Any time that you want create a pointer to an int - or a float or a bool or any of the primitive types. Right now, you're forced to do two-part initialization instead of initializing it to a value other than init when constructing it, which is particularly bad when const or immutable is involved. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
