[Issue 7438] New: Functions from std.conv should be pure

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 4 12:55:59 PST 2012


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

           Summary: Functions from std.conv should be pure
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: SyntaxColoring at gmail.com


--- Comment #0 from SyntaxColoring at gmail.com 2012-02-04 12:55:56 PST ---
The conversion functions in std.conv always yield the same results for the same
input, so they should be marked as pure.

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