
13 Aug
2009
13 Aug
'09
11:03 a.m.
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-tp24902288... Sent from the Boost - Dev mailing list archive at Nabble.com.