[Issue 14543] std.algorithm.searching.until does not handle range sentinels nicely

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 9 20:30:10 UTC 2018


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

Seb <greensunny12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12 at gmail.com

--- Comment #1 from Seb <greensunny12 at gmail.com> ---
Agreed. Any idea how we can fix this without breaking code? Do we need to
introduce a special enum?

OpenRight {
 yes,
 no,
 full
}

--


More information about the Digitalmars-d-bugs mailing list