https://issues.dlang.org/show_bug.cgi?id=24064
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @FeepingCreature created dlang/phobos pull request #8791 "Fix issue 24064: use consistent types for ResultRanges." fixing this issue: - Fix issue 24064: use consistent types for ResultRanges. `source` is `Unqual!Ranges`, not `Ranges`. But `T` may not be constructible from `Unqual!T`, for instance if T is a struct. https://github.com/dlang/phobos/pull/8791 --
