Subject: [boost] warning policy issue
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-11-26 12:31:32


On page
https://svn.boost.org/trac/boost/wiki/Guidelines/MaintenanceGuidelines#warnings

it's suggested that the following warning at level 4 can be eliminated with
a static cast

warning C4244: 'argument' : conversion from <type1> to <type2> possible
loss of data

I've found this not to be true at least with msvc 7.1

Robert Ramey