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

--- Comment #1 from johanenge...@weka.io ---
Workaround:
```
    this(const ref FixedArray!(int, 10) _errStr) {
        auto a = _errStr.slice;
        A(a);
    }
```

--

Reply via email to