[Issue 4935] std.bitmanip: bitfields!() template with trailing unnamed field does not work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 1 07:58:46 PDT 2012


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


Era Scarecrow <rtcvb32 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rtcvb32 at yahoo.com


--- Comment #3 from Era Scarecrow <rtcvb32 at yahoo.com> 2012-08-01 07:58:42 PDT ---
I was unable to duplicate this problem, so either DMD already fixed some bug,
or my patches already fixed it.

> And was unsure about bitfields support within union type structures.

 Inside a union it should be fine, as only one variable is made that's
accessible (although enums are present). If those give you trouble, you can use
bitfieldsOn (in my branch) to specify a specific variable elsewhere that you
want to use for your source.

 Once the pull is accepted I'm changing this status to resolved.

-- 
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