Re: [boost] Coming up on 1.57 release date - get your fixes in
Edward Diener wrote:
Marshall Clow wrote:
Just this morning we received a report of Boost.PP failing on VS 2013.
It is not failing. It is just giving a warning.
I don’t know for sure, but Marshall may be referring to this ticket: https://svn.boost.org/trac/boost/ticket/10686 On VS2013, VARIADICS and MSVC_VARIADICS don’t get defined despite the fact that they should, rendering some variadic macros useless. Von: Edward Diener Gesendet: Donnerstag, 30. Oktober 2014 04:10 An: boost@lists.boost.org On 10/29/2014 10:50 AM, Marshall Clow wrote:
We’ll be closing the master branch tomorrow (Thursday) for the 1.57.0 release. Changes not in by then will not go into the release.
Also, what issues in the beta have not been addressed?
Visual C++ 14 CTP 4 without BOOST_MSVC_ENABLE_2014_JUN_CTP: all libraries built successfully (but some are not usable, mostly because of missing noexcept)
All projects using Boost I tried (Debug 32-bit + 64-bit) compiled successfully with MSVC12. For MSVC14, TypeTraits 9de6a49 is missing in master.
I believe that these have been merged.
Interprocess is broken for MinGW and there are some issues with Intrusive in GCC. I've committed fixes for both.
I believe that this has been merged.
Thread fixes have been merged.
I do not know if the patches described in http://lists.boost.org/Archives/boost/2014/10/217257.php have been merged.
range/detail/any_iterator.hpp is broken because it expects postfix_increment_proxy and writable_postfix_increment_proxy to be in namespace boost::detail, but they are in boost::iterators::detail now.
This does NOT appear to have been fixed
boost serialization is still broken(said so: http://article.gmane.org/gmane.comp.lib.boost.user/82715 ) and to date i do know no workaround to get my library to work on fx Arch Linux without telling users to rebuild with boost 1.55 (or sending them a saved package from my system…)
I do not know what the status of this is; but there have been no commits to range/master in October.
Just this morning we received a report of Boost.PP failing on VS 2013.
It is not failing. It is just giving a warning. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
On 10/30/2014 6:00 AM, Felix Uhl wrote:
Edward Diener wrote:
Marshall Clow wrote:
Just this morning we received a report of Boost.PP failing on VS 2013.
It is not failing. It is just giving a warning.
I don’t know for sure, but Marshall may be referring to this ticket:
https://svn.boost.org/trac/boost/ticket/10686
On VS2013, VARIADICS and MSVC_VARIADICS don’t get defined despite the fact
that they should, rendering some variadic macros useless.
I have answered that ticket and will look for more information in further discussions in that ticket.
participants (2)
-
Edward Diener
-
Felix Uhl