[Issue 3776] New: Wrong CHAR_MIN value in module core.stdc.limits

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 6 08:00:31 PST 2010


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

           Summary: Wrong CHAR_MIN value in module core.stdc.limits
           Product: D
           Version: 2.032
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: gide at nwawudu.com


--- Comment #0 from Gide Nwawudu <gide at nwawudu.com> 2010-02-06 08:00:29 PST ---
Follow on from BUG 3644

http://www.dsource.org/projects/druntime/changeset/239

enum CHAR_MIN       = char.max; /* should be char.min */
enum CHAR_MAX       = char.max;

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