id summary reporter owner description type status milestone component version severity resolution keywords cc 8404 VC++ 2012 compiler warning C4244: 'initializing' : conversion from '__int64' to 'const double' Volker Schöch Barend Gehrels "I'm using Microsoft Visual Studio 2012 to compile boost 1.52.0. I use compiler flag /W4. The following warnings (which we declared errors for our project) occur in geometry, regardless whether I'm compiling for x64 or x86. '''My scalar data type is int.''' {{{ \boost_1_52_0\boost\geometry\strategies\cartesian\distance_pythagoras.hpp(156): error C4244: 'initializing' : conversion from '__int64' to 'const double', possible loss of data calculation_type const t = comparable_type::apply(p1, p2); }}} Maybe it's possible to eliminate this warning for the next boost version?" Support Requests new To Be Determined geometry Boost 1.52.0 Cosmetic VC++ 2012, warning, C4244, 'initializing' : conversion from '__int64' to 'const double'