[Issue 5063] Stronger typedef for size_t

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 11 04:26:16 PDT 2013


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



--- Comment #5 from bearophile_hugs at eml.cc 2013-06-11 04:26:13 PDT ---
(In reply to comment #4)

> To back our point up a bit, here are some bug tickets that show up on a search
> for size_t:
> 
> ...

The D compiler here has enough static information to avoid future troubles in
porting D code written on a 32 bit system to 64 bit systems. It's a good idea
to use such information as much as possible. D has a static type system, so
let's actually use it.

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