[Issue 24027] error: instantiated from here: `maxElement!("a.a", A[])`
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Jul  3 03:05:16 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24027
Dlang Bot <dlang-bot at dlang.rocks> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
--- Comment #3 from Dlang Bot <dlang-bot at dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #8777 "Fix issue 24027:
specialcase `Rebindable` for `class` as well." fixing this issue:
- Fix issue 24027: specialcase `Rebindable` for `class` as well.
  Non-mutable `class` is another case where `Rebindable` just silently aliases
itself away.
  Don't sweat that this looks ugly - this is fixed on `master` via the
`Rebindable2` rewrite https://github.com/dlang/phobos/pull/8768
https://github.com/dlang/phobos/pull/8777
--
    
    
More information about the Digitalmars-d-bugs
mailing list