[Issue 10819] Implicit conversion error assigning one SortedRange to another when a function literal has been used
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jan  4 14:08:30 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=10819
RazvanN <razvan.nitu1305 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305 at gmail.com
          Component|dmd                         |phobos
--- Comment #11 from RazvanN <razvan.nitu1305 at gmail.com> ---
We now have traits(isSame) that can perform a primitive form of lambda function
comparison. This can now be implemented in the opAssign of SortedRange so it's
not a compiler issue anymore. Changing component to phobos.
--
    
    
More information about the Digitalmars-d-bugs
mailing list