size_t vs uintptr_t

rikki cattermole via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 14 20:43:03 PDT 2016


size_t is defined in object.d. If we want to migrate fully, we will need 
to add a public import for uintptr_t. Otherwise it is not very 
consistent (and adds one more import across the board, when previously 
there was none.).


More information about the Digitalmars-d mailing list