[Issue 22359] joiner over an empty forward range object liable to segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 6 01:53:16 UTC 2021


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

--- Comment #1 from Adam D. Ruppe <destructionator at gmail.com> ---
There's also a

          static if (isBidirectional && hasNested!Result)
                _currentBack = typeof(_currentBack).init;


Same problem.

--


More information about the Digitalmars-d-bugs mailing list