id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2264,Warning C4244 in VS2005 build for PocketPC,Juraj Novák ,Daniel James,"I am getting these two warnings: 1>include\boost/functional/detail/float_functions.hpp(91) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data 1>include\boost/functional/detail/float_functions.hpp(118) : warning C4244: 'return' : conversion from 'double' to 'float', possible loss of data They can be easily fixed with an explicit cast to float. These warnings occur in functions call_ldexp and call_frexp in part conditioned with BOOST_HASH_C99_NO_FLOAT_FUNCS and BOOST_HASH_USE_OVERLOAD_FLOAT_FUNCS. ",Bugs,closed,Boost 1.37.0,hash,Boost 1.36.0,Cosmetic,fixed,,