On Thu, Dec 2, 2021 at 9:05 AM Marshall Clow via Boost-users <boost-users@lists.boost.org> wrote:
The first release candidates for the 1.78.0 release are now available at:
<https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/>

The SHA256 checksums are as follows:

94ced8b72956591c4775ae2207a9763d3600b30d9d7446562c552f0a14a63be7  boost_1_78_0_rc1.tar.gz
f22143b5528e081123c3c5ed437e92f648fe69748e95fa6e2bd41484e2986cc3  boost_1_78_0_rc1.zip
090cefea470bca990fa3f3ed793d865389426915b37a2a3258524a7258f0790c  boost_1_78_0_rc1.7z
8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc  boost_1_78_0_rc1.tar.bz2

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.

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       X
msvc-14.3   32      X       X       X
msvc-14.3   64      X       X       X


Compile 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.

Full build logs can be found here:
https://gist.github.com/teeks99/b0e1d7a68b2cc8857cda8d7f0f0698b9

Tom