[Issue 18451] [REG 2.076.1] In certain circumstances, calling remove on an array of delegates fails

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 16 14:42:04 UTC 2018


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

--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> ---
A couple more notes:

Putting a pragma(msg, isInputRange!(typeof(dgs))) before the remove line seems
to make it succeed to compile.

Removing the writeln after the remove also makes it succeed.

--


More information about the Digitalmars-d-bugs mailing list