[Issue 19794] const on AliasSeq ignored
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 8 23:17:37 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19794
ag0aep6g <ag0aep6g at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ag0aep6g at gmail.com
--- Comment #1 from ag0aep6g <ag0aep6g at gmail.com> ---
Noteworthy:
const AliasSeq!(int, int) b;
pragma(msg, typeof(b)); /* (const(int), const(int)) */
--
More information about the Digitalmars-d-bugs
mailing list