Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4839: boost_thread will not build with MinGW-w64 and bjam on Windows 7
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-11-11 14:33:17
#4839: boost_thread will not build with MinGW-w64 and bjam on Windows 7
------------------------------------+---------------------------------------
Reporter: fatman@⦠| Owner: anthonyw
Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
Version: Boost 1.44.0 | Severity: Showstopper
Resolution: | Keywords:
------------------------------------+---------------------------------------
Comment (by fatman@â¦):
Line 45 of the output:
{{{./boost/thread/win32/interlocked_read.hpp:71:13: error: cast from
'void*' to 'long int' loses precision}}}
suggests we're casting a pointer to a 32-bit integer. We can get away with
that in 32 bits, but on a 64-bit system? No kidding it loses precision,
we've just thrown away half the pointer. I'm guessing that's not the
intended effect?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4839#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC