Coming up on 1.57 release date - get your fixes in

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?
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.
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. Have I missed any of the beta issues? — Marshall

Marshall Clow-2 wrote
This is news to me. I can't find a trac item on it. All tests of polymorphic archives are passing. Robert Ramey -- View this message in context: http://boost.2283326.n4.nabble.com/Coming-up-on-1-57-release-date-get-your-f... Sent from the Boost - Dev mailing list archive at Nabble.com.

Marshall Clow <mclow.lists <at> gmail.com> writes:
This has been fixed in develop with https://github.com/boostorg/range/pull/17, but hasn't been merged to master yet.

On Wed, Oct 29, 2014 at 9:50 AM, Marshall Clow <mclow.lists@gmail.com> wrote:
There were failures building log for msvc-8.0 that did not exist in 1.56. Has anyone looked at these? 32 bit - http://pastebin.com/E3jkw44s 64 bit - http://pastebin.com/uAVJnPjY Tom

On Wednesday 29 October 2014 21:47:02 you wrote:
Ok, apparently there are 2 problems: 1. 'boost::rv<T>::rv' : cannot access private member declared in class 'boost::rv<T>' X& operator= (BOOST_COPY_ASSIGN_REF(T) t) BOOST_COPY_ASSIGN_REF(T) is not T const&, which matters if you pass t to another templated function - in my case, a templated constructor, which accepted rv<T> const& in one of the overloads. This is probably a bug in my code (the constructor should accept rv<T>& instead), but it's a big gotcha from Boost.Move. I'll commit a fix after I run some more tests. 2. error C2036: 'boost::type' : unknown size This one doesn't make sense to me. Looks like compiler's roof is on fire, but I have no idea what causes it.
participants (7)
-
Andrey Semashev
-
Edward Diener
-
John Maddock
-
Marcel Raad
-
Marshall Clow
-
Robert Ramey
-
Tom Kent