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

Mehrdad wfunction at hotmail.com
Thu May 17 02:16:08 PDT 2012


Ugh, ran into a problem again...

I was hoping I could do a type deduction for a write() function I 
had, based on whether the input is 'size_t' (in which case it'd 
be hexadecimal) or 'uint' (in which case it'd be decimal), but 
nope! that doesn't work. :(
	
Any chance we'll be able to distinguish aliases like these 
sometime?


More information about the Digitalmars-d mailing list