On 07/05/2016 15:59, Vinnie Falco wrote:
http://boost.cowic.de/rc/boost_1_61_0_rc2.tar.bz2 As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Built with MSVC (Visual Studio version 14.0.25123.00 Update 2) using this command line:
b2 -j12 build-type=complete
Vinnie, thanks for giving this a try!
The build completed successfully but with warnings (see attached text file). The warnings seem benign with these exceptions:
d:\lib\boost_1_61_0\boost\graph\named_function_params.hpp(240) : warning C4172: returning address of local variable or temporary
Yep, sounds scary, but this line appears to be from 2012, so probably not a release blocker. Can anybody looks at this after release?
D:\lib\boost_1_61_0\boost/signals/slot.hpp(51): warning C4251: 'boost::signals::detail::slot_base::data': class 'boost::shared_ptrboost::signals::detail::slot_base::data_t' needs to have dll-interface to be used by clients of class 'boost::signals::detail::slot_base'
I'd guess we can pass on this as well, given that Boost.Signals is deprecated. Thanks again, -- Vladimir Prus http://vladimirprus.com