[Issue 15413] Foreach over range with @disable this(this) doesn't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 25 04:42:56 UTC 2019


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

--- Comment #4 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
I would note that this issue has some similarities to issue #14478, but 14478
deals with elements which are non-copyable, whereas this deals with ranges
which are non-copyable (though a range with non-copyable elements would also be
non-copyable if the elements were contained directly in the range).

--


More information about the Digitalmars-d-bugs mailing list