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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Gide Nwawudu <[email protected]> 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: -------