http://d.puremagic.com/issues/show_bug.cgi?id=5471

           Summary: Delegates with qualified value params can't be
                    implicitly cast
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: eatingstap...@gmail.com


--- Comment #0 from eatingstap...@gmail.com 2011-01-21 06:55:47 PST ---
Created an attachment (id=873)
Code demonstrating the problem.

Delegates with value-type parameters which are qualified with things like const
or immutable can't be cast to delegates which have the same parameters, but
differently-qualified. Function pointers do not have this problem.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to