Boost logo

Boost :

Subject: Re: [boost] Boost 1.61.0 Release Candidate 2
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2016-05-07 08:59:20


> 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

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

D:\lib\boost_1_61_0\boost/signals/slot.hpp(51): warning C4251:
'boost::signals::detail::slot_base::data': class
'boost::shared_ptr<boost::signals::detail::slot_base::data_t>' needs
to have dll-interface to be used by clients of class
'boost::signals::detail::slot_base'

Hope this helps




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk