http://d.puremagic.com/issues/show_bug.cgi?id=7088
Summary: Unsigned integer (uint) value is printed as signed
with `u` postfix
Product: D
Version: D1 & D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Denis <[email protected]> 2011-12-10 13:33:31 MSK
---
---
pragma(msg, uint.max); // prints `-1u`
---
Other unsigned types don't have this problem.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------