On Tuesday, 14 August 2018 at 13:01:57 UTC, learnfirst1 wrote:

enum string[] a = ["a"];

extern(C) void main() {
        int i = 0;
        auto s = a[i];
}
---------------
Error: TypeInfo cannot be used with -betterC

Yes. https://issues.dlang.org/show_bug.cgi?id=19169

Reply via email to