[Issue 24500] [REG2.101] Incorrect escape error on scope lazy T...

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 13 19:32:15 UTC 2024


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

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

--


More information about the Digitalmars-d-bugs mailing list