On Sun, Aug 6, 2017 at 11:01 PM, Oliver Kowalke via Boost-users <boost-users@lists.boost.org> wrote:


2017-08-06 22:11 GMT+02:00 Marshall Clow via Boost-users <boost-users@lists.boost.org>:
On Sun, Aug 6, 2017 at 12:07 PM, Marshall Clow <mclow.lists@gmail.com> wrote:

The release candidates for the 1.65.0 release are now available at:


The SHA256 checksums are as follows:

0f1352a7738f24b39b564263b66a8c38bc7d984b57406396400474602e961ad3  boost_1_65_0_rc1.7z
c2a022d4d6706668ea94b8e799a76e38929e0e34db884ef451fa9d5db6103238  boost_1_65_0_rc1.tar.bz2
7e84a27276792209d48357a0671348768dbf4dd1d4eadbf01b855274208f148d  boost_1_65_0_rc1.tar.gz
537c42771b2351b4ea3eb8e9a13a3423edcd155323d2c14c4606cd23fc22d09f  boost_1_65_0_rc1.zip

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.


I have built the release with Apple's clang (Apple LLVM version 8.0.0 (clang-800.0.42.1))
with the following results:
* C++03 - everything built successfully.
* C++11 - Boost.Fiber failed to build
* C++14 - Boost.Fiber failed to build
* C++1z - Boost.Fiber failed to build



32bit or 64bit?
Master regression tests are not executed for Mac OS, right?

I'm pretty sure it's 64 bit; I'll check.
Actually they are (I run a tester), but it is intermittent. (I'm having reliability issues)

-- Marshall