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

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4935 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

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

2015-11-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4935 bb.t...@gmx.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

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

2013-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 --- Comment #4 from Andrei Alexandrescu and...@erdani.com 2013-02-26 09:06:09 PST --- @Era: what pull are you referring to? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

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

2012-08-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 Era Scarecrow rtcv...@yahoo.com changed: What|Removed |Added CC||rtcv...@yahoo.com

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

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 Mitch Hayenga mitch.haye...@gmail.com changed: What|Removed |Added CC|

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

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 --- Comment #2 from Austin Hastings ah0801...@yahoo.com 2010-09-24 18:01:07 PDT --- Entertainingly, this is the real code I was trying to work on: union Instruction { ushort raw; // Basic opcode + data mixin(bitfields!(

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

2010-09-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4935 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added Status|NEW |ASSIGNED