Assertion failure: 'fieldi>=0 && fieldi < se->elements->dim' on line 2062 in file 'interpret.c'
bearophile
bearophileHUGS at lycos.com
Thu May 13 17:42:38 PDT 2010
This produces the same errors:
struct Foo {
int bar;
static Foo baz() {
return Foo();
}
const Foo one = Foo.baz();
}
void main() {}
Bye,
bearophile
More information about the Digitalmars-d-learn
mailing list