id summary reporter owner description type status milestone component version severity resolution keywords cc 131 date warning (long / short conversion) frankbuss az_sw_dude "{{{ Visual Studio .NET says for line 62 of boost/date_time/gregorian_calendar.ipp (unsigned short month = m + 3 - 12 * (m/10);) ""warning C4244: 'initializing' : conversion from 'unsigned long' to 'unsigned short', possible loss of data"", because ""m"" is of type ""date_int_type"", which is unsinged long, I think, and ""month"" is of type ""unsigned short"". Same problem in line 66 for the ""year"" argument:""conversion from 'boost::date_time::gregorian_calendar_base::date_int_type' to 'unsigned short', possible loss of data"" }}}" Bugs closed date_time None Fixed