Boost release 1.71.0 beta 1 is now available at:
<https://dl.bintray.com/boostorg/beta/1.71.0.beta1.rc1/source/>
The SHA256 checksums are as follows:
451adc4f199c73e995e541f38c4dbd51faf4ce0db15537136ffd5213a1be5e55
boost_1_71_0_b1_rc1.7z
a93d7066fc1514995aec0e726532a219447dd39b0ffa7cb97ca5736f16b0488b
boost_1_71_0_b1_rc1.tar.bz2
34743b80466463e0c1b7fc71b677f326bdc242fe0b87a9c1599b6f7ea6e5c0cb
boost_1_71_0_b1_rc1.tar.gz
5cd448bddc8394469391306e0ccada0a8f88c5c6cf8ec775ddf8e56adef8bbc2
boost_1_71_0_b1_rc1.zip
For details of what's in the release, see
<http://www.boost.org/users/history/version_1_71_0.html>.
Note: Having some trouble getting the web page updated... check back
with it soon.
Please download the beta, give it a try, and report any problems you
encounter.
Thanks,
-- The Boost Release Team
The directory is "RC1", is this the usual pre-beta RC series that we usually go through, or did the release team skip RC announcements this time?
For what its worth, this RC looks good on windows/visual studio.
toolset arch compile Link Execute
msvc-10.0 32 X X X
msvc-10.0 64 X X X
msvc-11.0 32 X X X
msvc-11.0 64 X X X
msvc-12.0 32 X X X
msvc-12.0 64 X X X
msvc-14.0 32 X X X
msvc-14.0 64 X X X
msvc-14.1 32 X X X
msvc-14.1 64 X X X
msvc-14.2 32 X X X
msvc-14.2 64 X X XCompile means that the b2 command completed without errors
Link means that visual studio was able to link a sample executable to a library (libboost_thread-vcXXX-mt[-gd]-1_XX.lib) generated
Execute means that the linked program executed without errors.
Tom