On Fri, Jul 6, 2018 at 6:28 AM, Tom Kent
On Thu, Jul 5, 2018 at 9:55 PM, Marshall Clow via Boost < boost@lists.boost.org> wrote:
The release candidates for the first 1.68.0 beta release are now available at:
https://dl.bintray.com/boostorg/beta/1.68.0.beta.1.rc1/source/
[ snipped ]
- It looks like boost/version.hpp hasn't been updated for 1.68. It still has two instances of "67" in it, which seem to be cause the auto-linking features for visual studio to look for *-1_67.lib files, while the ones generated are *-1_68.lib. This is present in all four archive formats. Showstopper.
I agree - that's worth rolling an RC2 for. It was changed in develop, but not merged to master. - Tests for Windows/Visual Studio builds failed for msvc-10.0 in program
options:
I've pinged Vladmir about the program_options problem. -- Marshall