id summary reporter owner description type status milestone component version severity resolution keywords cc 2757 Warning C4244: conversion from 'int' to 'unsigned short' in microsec_time_clock.hpp line 103 james@… az_sw_dude "With Visual Studio 2005, the compiler raises the following warning: {{{ c:\programme\boost\boost_1_38_0\boost\date_time\microsec_time_clock.hpp(103) : warning C4244: 'argument' : conversion from 'int' to 'unsigned short', possible loss of data }}} The members of the std::tm struct are ints, but the greg_year type is declared as unsigned short in greg_year.hpp. " Patches closed Boost 1.43.0 date_time Boost Development Trunk Cosmetic fixed