[spirit] 1.59.0 rc3: compiler warning in real_impl.hpp
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 -- View this message in context: http://boost.2283326.n4.nabble.com/spirit-1-59-0-rc3-compiler-warning-in-rea... Sent from the Boost - Dev mailing list archive at Nabble.com.
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
Marshall -- I don't think so - I just didn't have time to check the previous 1.59 RCs. If I looked up correctly, it started on Nov 7 2014 with Joels commit (b7c04a2) on spirit/master but the warning was definitely not in 1.58. BTW: How can I find out which branch/version of a boost-modular-repository is used for the RC? -- View this message in context: http://boost.2283326.n4.nabble.com/spirit-1-59-0-rc3-compiler-warning-in-rea... Sent from the Boost - Dev mailing list archive at Nabble.com.
On Thu, Aug 13, 2015 at 2:07 AM, Tobias Loew
Marshall --
I don't think so - I just didn't have time to check the previous 1.59 RCs. If I looked up correctly, it started on Nov 7 2014 with Joels commit (b7c04a2) on spirit/master but the warning was definitely not in 1.58.
BTW: How can I find out which branch/version of a boost-modular-repository is used for the RC?
It's the current state of the "master" branch.
We ask the maintainers to refrain from committing to the "master" branch when we're close to a release, so that we have some stability. This is a leftover from the SVN days, and should probably be replaced with something more foolproof, but that's what we've got. When the release is finalized, we'll drop a tag on each module. -- Marshall
participants (2)
-
Marshall Clow
-
Tobias Loew