[Issue 11108] New: `hasElaborateAssign` should check whether the type is assignable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 23 03:37:57 PDT 2013


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

           Summary: `hasElaborateAssign` should check whether the type is
                    assignable
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: verylonglogin.reg at gmail.com
        ReportedBy: verylonglogin.reg at gmail.com


--- Comment #0 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2013-09-23 14:37:55 MSD ---
The usage of `hasElaborateAssign` on unassignable types (e.g. `const` ones)
which now results in returning `false` is almost definitely an error. So
`hasElaborateAssign` has to reject such types.

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


More information about the Digitalmars-d-bugs mailing list