Le 30/05/13 20:58, Marshall Clow a écrit :
Release candidate files for 1.54.0 beta 1 are available at http://boost.cowic.de/rc/
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.
Hi, could I apply the patch (see the link) to take care of this *show stopper* http://boost.2283326.n4.nabble.com/Thread-Can-t-compile-package-task-code-wi... I would like to merge as well * https://svn.boost.org/trac/boost/changeset/84540 see ticket https://svn.boost.org/trac/boost/ticket/8626 Reintroduce BOOST_VERIFY on pthread_mutex_destroy return type https://svn.boost.org/trac/boost/ticket/8626 * https://svn.boost.org/trac/boost/changeset/84411 see ticket https://svn.boost.org/trac/boost/ticket/8604 constexpr does not imply 'const' in C++14 and this minor doc issue reported today: Index: libs/chrono/doc/chrono.qbk =================================================================== --- libs/chrono/doc/chrono.qbk (revision 84547) +++ libs/chrono/doc/chrono.qbk (working copy) @@ -2864,7 +2864,7 @@ duration& __duration__op_plus_eq(const duration& d); duration& __duration__op_minus_eq(const duration& d); - duration& __duration__op_mult_eq=(const rep& rhs); + duration& __duration__op_mult_eq(const rep& rhs); duration& __duration__op_div_eq(const rep& rhs); duration& __duration__op_mod_eq(const rep& rhs); duration& __duration__op_mod_eq2(const duration& rhs); Best, Vicente