-
Jens Georg authored
size_t has different types on 32 vs 64 bit systems. UL is correct for 64. Just use the ::size_type define to help it figure it out properly
Jens Georg authoredsize_t has different types on 32 vs 64 bit systems. UL is correct for 64. Just use the ::size_type define to help it figure it out properly