[Issue 24064] Cannot chain() array and immutable Nullable
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Aug  3 06:17:41 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24064
Dlang Bot <dlang-bot at dlang.rocks> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@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
--
    
    
More information about the Digitalmars-d-bugs
mailing list