First of all, I was very pleased to see that the *only* type of warning I get when building
under Visual Studio 12 for windows 64 bit is the following:
Code: Select all
conversion from 'size_t' to 'unsigned long', possible loss of data
But, I do get hundreds of these types of warnings; are you concerned about this? Is there a plan to fix this?
I imagine that probably in all cases, the library user is in no danger of truncating data, but still it would be nice
to have zero warnings
Thanks,
Aaron