[Issue 10314] New: Add std.traits.signed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 9 02:13:50 PDT 2013


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

           Summary: Add std.traits.signed
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: jmdavisProg at gmx.com


--- Comment #0 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-06-09 02:13:49 PDT ---
We have std.traits.signed which casts an integral value to the signed type of
the same size, but for some reason we do not have std.traits.signed which does
the same thing in the other direction. We should add it.

-- 
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