[Issue 21341] [REG2.092] Wrong reference escape error when parameter is stored in this
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 25 13:05:24 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21341
--- Comment #1 from johanengelen at weka.io ---
Workaround: use explicit pointer parameter (`Watcher*`) instead of reference
(`ref Watcher`).
--
More information about the Digitalmars-d-bugs
mailing list