[Issue 12147] Any bitfield with member named "version" will fail to compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 12 19:16:50 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12147


Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thecybershadow at gmail.com
         Resolution|                            |INVALID


--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-02-13 05:16:48 EET ---
"version" is a reserved keyword in D. Since std.bitmanip will declare
properties for each bitfield, they must be valid D identifiers, and thus cannot
be reserved keywords.

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


More information about the Digitalmars-d-bugs mailing list