id summary reporter owner description type status milestone component version severity resolution keywords cc 500 warning caused by size_t to unsigned int conversion on vc++8 nobody Robert Ramey "{{{ This is in collections_save_imp.hpp, line 36: unsigned int count = s.size(); I get a warning under vc++8: c:\boost\include\boost-1_33\boost\serialization\collections_save_imp.hpp(36) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data I don't know if this is a foolish warning or not, or if changing to size_t would be detrimental to other platforms, but I thought I'd point it out just in case. bhiggins@gmail.com }}}" Bugs closed serialization None Works For Me