[Issue 4425] More bells & whistles for bitfields

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 4 18:17:09 PDT 2010


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



--- Comment #2 from bearophile_hugs at eml.cc 2010-10-04 18:16:44 PDT ---
Another possible feature is to make std.bitmanip.bitfields generate two
versions of the code, that get compiled conditionally according to the CPU
endianess:


static if (std.system.endian == std.system.Endian.BigEndian) {
    ...
} else {
    ...
}

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