March 06, 2006 [Bug 19] New: memory.html: uint used instead of size_t | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/bugzilla/show_bug.cgi?id=19 Summary: memory.html: uint used instead of size_t Product: D Version: 0.148 Platform: All URL: http://www.digitalmars.com/d/memory.html OS/Version: All Status: NEW Severity: minor Priority: P3 Component: www.digitalmars.com AssignedTo: walter@digitalmars.com ReportedBy: thomas-dloop@kuehne.cn "new(uint sz)" -> "new(size_t sz)" (twice) "new(uint sz, void *p)" -> "new(size_t sz, void *p)" (once) -- |
March 06, 2006 [Bug 19] memory.html: uint used instead of size_t | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/bugzilla/show_bug.cgi?id=19 walter@digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- |
Copyright © 1999-2021 by the D Language Foundation