Why typedef's shouldn't have been removed :(

Chris Cain clcain at uncg.edu
Sat May 5 14:24:48 PDT 2012


On Saturday, 5 May 2012 at 18:43:41 UTC, Mehrdad wrote:
> Er, the point is, there are functions ALREADY using size_t, and 
> I need to figure out which parameters those are.

Out of curiosity, why would you need to "know" which parameters
are size_t? True, size_t is either uint or ulong and you can't
really know for sure if you have a uint or ulong and it was
actually a size_t ... but why would you need to know?


More information about the Digitalmars-d mailing list