[Issue 9957] [2.061 -> 2.062] Taking pointer of enum float array gives some garbage

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 23 10:41:30 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9957


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com


--- Comment #6 from Walter Bright <bugzilla at digitalmars.com> 2013-04-23 10:41:29 PDT ---
I agree with Don. Enums do not have an address (even if under the hood they
do). Users should use 'const' or 'immutable' if they need it to have an
address.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list