[Issue 12927] Can't get at compile-time the immutable field of a struct instance in a TypeTuple
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jun 16 07:34:12 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12927
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
In 2.063 and earlier, the code had been incorrectly accepted.
Bar.foos is an instance field, so cannot evaluate it without valid 'this'
expression.
--
More information about the Digitalmars-d-bugs
mailing list