On Wed, Jul 22, 2015 at 2:23 PM, Marshall Clow
On Thu, Jul 16, 2015 at 6:16 AM, Marshall Clow
wrote: Boost release 1.59.0 beta 1 is now available from SourceForge See http://sourceforge.net/projects/boost/files/boost/1.59.0.beta.1/ For details of what's in the release, see http://www.boost.org/users/history/version_1_59_0.html. Note that the links to files on this web page are for the final release - use the SourceForge link above to get the beta files. Please download the beta, give it a try, and report any problems you encounter.
Has anyone tried the beta release with new compilers?
Specifically, I'm thinking about: * GCC 5.2 * VS2015 * Clang 3.7rc1
VS 2015 RTM runs the bootstrap and build without errors. Every compile, however, produces the "Unknown compiler version - please run the configure tests and report the results" warning. The config fix for that has been pushed to develop, but has not been merged into master yet. --Beman