[Issue 9766] align(n) with n compile-time constant
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun May 8 20:36:15 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=9766
--- Comment #5 from jiki at red.email.ne.jp ---
Some of druntime core.sys.windows.* modules also want this,
Like:
version (Win64) align(8):
else align(4):
One example:
https://issues.dlang.org/show_bug.cgi?id=15547
We could make work-around with string-mixin above.
However, I think this is an essential feature for D.
--
More information about the Digitalmars-d-bugs
mailing list