Boost logo

Boost :

Subject: [boost] [graph] Re: Boost 1.61.0 Release Candidate 2
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2016-05-07 09:12:42


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_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'

I'd guess we can pass on this as well, given that Boost.Signals is deprecated.

Thanks again,

-- 
Vladimir Prus
http://vladimirprus.com

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