[Issue 17080] Can assign member-function-ptr to free-function-ptr
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Dec  9 12:57:14 UTC 2022
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17080
RazvanN <razvan.nitu1305 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |razvan.nitu1305 at gmail.com
         Resolution|---                         |DUPLICATE
--- Comment #12 from RazvanN <razvan.nitu1305 at gmail.com> ---
This actually is a dup of 3720. The underlying issue is how to treat the type
of a delegate. Right now, the delegate type consists of a function pointer,
which in turn has function type and a context pointer. Any fix to this
organization is going to solve this issue also.
*** This issue has been marked as a duplicate of issue 3720 ***
--
    
    
More information about the Digitalmars-d-bugs
mailing list