enum string[] a = ["a"];
extern(C) void main() {
int i = 0;
auto s = a[i];
}
---------------
Error: TypeInfo cannot be used with -betterC
- is this a betterC bug ? learnfirst1 via Digitalmars-d-learn
- Re: is this a betterC bug ? Nicholas Wilson via Digitalmars-d-learn
- Re: is this a betterC bug... Nicholas Wilson via Digitalmars-d-learn
- Re: is this a betterC bug ? Seb via Digitalmars-d-learn
- Re: is this a betterC bug ? Paul Backus via Digitalmars-d-learn
- Re: is this a betterC bug... Seb via Digitalmars-d-learn
- Re: is this a betterC... Mike Franklin via Digitalmars-d-learn
- Re: is this a bet... Petar via Digitalmars-d-learn
- Re: is this ... Petar via Digitalmars-d-learn
- Re: is this ... Mike Franklin via Digitalmars-d-learn
