iswiftapp / iswift

Objective-C to Swift Converter
30 stars 3 forks source link

size_t #171

Closed charlieMonroe closed 7 years ago

charlieMonroe commented 8 years ago

iSwift doesn't recognize size_t as a type:

struct my_struct X; size_t length = sizeof(X);

Swift uses Int in place of size_t - see e.g. malloc.

drkameleon commented 7 years ago

Super-delayed - I know :) - but...

Fixed as of the upcoming 3.0.