|
Boost : |
Subject: Re: [boost] [1.40.0] Beta 1 release candidate available
From: Richard Webb (richard.webb_at_[hidden])
Date: 2009-08-13 07:03:56
Looking at the Signals code, i see that
\libs\signals\src\named_slot_map.cpp (line 27)
and
boost\signals\named_slot_map.hpp (line 130)
contain a
#if BOOST_WORKAROUND(_MSC_VER, <= 1500)
and changing both to <= 1600 allows it to build in vc10.
The error only seems to occur when you build signals as a DLL, and the
regression tests only seem to test with static linking, so there are no
visible failures.
-- View this message in context: http://www.nabble.com/-1.40.0--Beta-1-release-candidate-available-tp24902288p24952952.html Sent from the Boost - Dev mailing list archive at Nabble.com.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk