[Issue 14166] null dereference during CTFE
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Feb 10 07:19:29 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14166
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
Is this really a regression? With 2.066.1 and, 2.066, same error happens.
And with 2.065, the error is changed to:
test.d(28): Error: Test cannot be sliced with []
test.d(36): Error: template instance test.Elem!(Proxy!(Test)) error
instantiating
test.d(36): while evaluating pragma(msg, Elem!(Proxy!(Test)))
because multidimensional indexing/slicing operator overload is not yet
supported.
--
More information about the Digitalmars-d-bugs
mailing list