Re: [Boost-users] Do boost run well on x64 platform with such warning?

27 Apr
2012
27 Apr
'12
3:30 p.m.
I have a stupid question Now i build boost 1.49 on x64 platform with vc2005 I find such many warnings: warning C4267: '=' : conversion from 'size_t' to 'unsigned int', possible loss of data or conversion from '_int64' to 'unsigned int', possible loss of data I want to make sure that these warnings really do lose data whether or not on x64 flatform. Put another way, could these warning be neglected or should i change the source code?
Just neglect these warnings. These would only be a problem if size_t had > 4 billion elements. I certainly do not put that many elements into my structures yet! John
4719
Age (days ago)
4719
Last active (days ago)
0 comments
1 participants
participants (1)
-
John Drescher