[release] 1.64.0 please test master snapshot

Looks like 14.1/141 won out the version hysterics. And I've merged in the PRs for that change. Please give the latest master snapshot archives a try. And report both failures and success: https://dl.bintray.com/boostorg/master/ If nothing Earth shattering comes up this will become the beta on Wednesday 22 (before 24:00 CDT). -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail

VC2015 /std:c++latest:
struct to_lowerF : public std::unary_function
Looks like 14.1/141 won out the version hysterics. And I've merged in the PRs for that change. Please give the latest master snapshot archives a try. And report both failures and success:
https://dl.bintray.com/boostorg/master/
If nothing Earth shattering comes up this will become the beta on Wednesday 22 (before 24:00 CDT).
-- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Olaf

On 03/22/17 11:59, Olaf van der Spek via Boost wrote:
VC2015 /std:c++latest:
struct to_lowerF : public std::unary_function
boost\algorithm\string\detail\case_conv.hpp(33): error C2143: syntax error: missing ',' before '<'
This seems to be fixed in develop but not merged to master. I've created a PR to do the merge: https://github.com/boostorg/algorithm/pull/34
That ticket is for a fork, not the boostorg repo.

On Wed, Mar 22, 2017 at 11:05 AM, Andrey Semashev via Boost
On 03/22/17 11:59, Olaf van der Spek via Boost wrote:
VC2015 /std:c++latest:
struct to_lowerF : public std::unary_function
boost\algorithm\string\detail\case_conv.hpp(33): error C2143: syntax error: missing ',' before '<'
This seems to be fixed in develop but not merged to master. I've created a PR to do the merge:
https://github.com/boostorg/algorithm/pull/34
That ticket is for a fork, not the boostorg repo.
Right, boostorg doesn't have tickets enabled though.. where should I open a ticket? -- Olaf

On Tue, Mar 21, 2017 at 8:45 AM, Rene Rivera via Boost < boost@lists.boost.org> wrote:
Looks like 14.1/141 won out the version hysterics. And I've merged in the PRs for that change. Please give the latest master snapshot archives a try. And report both failures and success:
https://dl.bintray.com/boostorg/master/
If nothing Earth shattering comes up this will become the beta on Wednesday 22 (before 24:00 CDT).
Successfully built with Apple's clang/libc++ for c++03/11/14/1z Successfully built with Tip-Of-Tree clang/libc++ for c++03/11/14 This does not build with ToT clang and libc++ in c++1z, because I've removed auto_ptr from libc++. I have sent a message to Peter discussing ways to fix this. Not something to hold up the beta for. -- Marshall

Boost - Dev mailing list wrote
Looks like 14.1/141 won out the version hysterics. And I've merged in the PRs for that change. Please give the latest master snapshot archives a try. And report both failures and success:
I still get -vc1410- library names when building with --toolset=msvc-14.10 and -vc141- library names ewhen building with --toolset=msvc-14.1. It doesn't hurt, but it's a bit confusing to get both options. Apart from that, everything looks good. Marcel -- View this message in context: http://boost.2283326.n4.nabble.com/release-1-64-0-please-test-master-snapsho... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (5)
-
Andrey Semashev
-
Marcel Raad
-
Marshall Clow
-
Olaf van der Spek
-
Rene Rivera