12 Aug
2015
12 Aug
'15
4:13 p.m.
On Wed, Aug 12, 2015 at 2:56 AM, Tobias Loew
Hi,
with MSVC 11, 32-bit build I get a compiler warning in
boost\spirit\home\qi\numeric\detail\real_impl.hpp : 287
warning C4244: '=' : conversion from 'unsigned __int64' to 'double', possible loss of data
since I usually comile with warnings-as-errors this broke my build.
Tobias -- Is this new in the RC3 ? -- Marshall