Boost release 1.64.0 beta 1 is now available at: https://dl.bintray.com/boostorg/beta/1.64.0.beta.1/source/ The SHA256 checksums are as follows: 8f0ba6b73fad15115049f9b3e7e27eae43be10a94b51a57142f3a27e55ef4beb boost_1_64_0_b1.7z b5c5abf127a3f723dafcc7cf55876c1bda9f014fb1b117f6a7f769e3cc407c4f boost_1_64_0_b1.tar.bz2 a7fe98a9a9f615f6fa68d8ea09ce725d19e3a4fe4719c21c9db29dff88b3b6e3 boost_1_64_0_b1.tar.gz 593005661af8dfe132b2b16bc2cd41339e6acd58456913f353d765090d7868f7 boost_1_64_0_b1.zip For details of what's in the release, see < http://www.boost.org/users/history/version_1_64_0.html>. Note that the links to files on this web page are for the final release - use the link above to get the beta files. There are also pre-built libraries provided by Tom Kent here: https://dl.bintray.com/boostorg/beta/1.64.0.beta.1/binaries/ Please download the beta, give it a try, and report any problems you encounter. Thanks, -- The Boost Release Team -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
On Thu, Mar 23, 2017 at 7:11 AM, Rene Rivera via Boost-users < boost-users@lists.boost.org> wrote:
Boost release 1.64.0 beta 1 is now available at:
https://dl.bintray.com/boostorg/beta/1.64.0.beta.1/source/
The SHA256 checksums are as follows:
8f0ba6b73fad15115049f9b3e7e27eae43be10a94b51a57142f3a27e55ef4beb boost_1_64_0_b1.7z b5c5abf127a3f723dafcc7cf55876c 1bda9f014fb1b117f6a7f769e3cc407c4f boost_1_64_0_b1.tar.bz2 a7fe98a9a9f615f6fa68d8ea09ce725d19e3a4fe4719c21c9db29dff88b3b6e3 boost_1_64_0_b1.tar.gz 593005661af8dfe132b2b16bc2cd41 339e6acd58456913f353d765090d7868f7 boost_1_64_0_b1.zip
For details of what's in the release, see <http://www.boost.org/users/ history/version_1_64_0.html>. Note that the links to files on this web page are for the final release - use the link above to get the beta files.
There are also pre-built libraries provided by Tom Kent here:
https://dl.bintray.com/boostorg/beta/1.64.0.beta.1/binaries/
Please download the beta, give it a try, and report any problems you encounter.
Built it 8 ways on Mac OS X: * Apple LLVM version 8.0.0 (clang-800.0.42.1) * clang version 5.0.0 (trunk 298510) Apple clang: * c++03 - Success * c++11 - Success * c++14 - Success * c++1z - Success LLVM ToT: * c++03 - Success * c++11 - Success * c++14 - Success * c++1z - Failure -- Marshall
On 23.03.2017 15:11, Rene Rivera via Boost-users wrote:
Please download the beta, give it a try, and report any problems you encounter.
I'm getting a lot of compile errors with Boost.Rational. In particular, expressions in the form 'rational<int>(a, b)', where 'a' or 'b' are different integer types (both convertible to 'int'), no longer compile. This change appears neither in the release notes nor in the documentation. -- Rainer Deyke - rainerd@eldwood.com
On 3/25/2017 8:02 AM, Rainer Deyke via Boost-users wrote:
On 23.03.2017 15:11, Rene Rivera via Boost-users wrote:
Please download the beta, give it a try, and report any problems you encounter.
I'm getting a lot of compile errors with Boost.Rational. In particular, expressions in the form 'rational<int>(a, b)', where 'a' or 'b' are different integer types (both convertible to 'int'), no longer compile.
This change appears neither in the release notes nor in the documentation.
Can you please give an example of some constructor which worked in 1.63 not working in the 1.64 beta ? There was a fix to rational based on floating point types not being allowed as integer types anymore which may be the cause of what you are seeing. I agree that some mention of this should have been put in the release notes.
On 26.03.2017 04:25, Edward Diener via Boost-users wrote:
On 3/25/2017 8:02 AM, Rainer Deyke via Boost-users wrote:
I'm getting a lot of compile errors with Boost.Rational. In particular, expressions in the form 'rational<int>(a, b)', where 'a' or 'b' are different integer types (both convertible to 'int'), no longer compile.
Can you please give an example of some constructor which worked in 1.63 not working in the 1.64 beta ?
#include
On 25/03/2017 15:02, Rainer Deyke via Boost-users wrote:
On 23.03.2017 15:11, Rene Rivera via Boost-users wrote:
Please download the beta, give it a try, and report any problems you encounter.
I'm getting a lot of compile errors with Boost.Rational. In particular, expressions in the form 'rational<int>(a, b)', where 'a' or 'b' are different integer types (both convertible to 'int'), no longer compile.
This change appears neither in the release notes nor in the documentation.
Thanks for the heads-up, it appears to be a bug introduced by a previous PR of mine, I'm working on a fix. John. --- This email has been checked for viruses by AVG. http://www.avg.com
participants (5)
-
Edward Diener
-
John Maddock
-
Marshall Clow
-
Rainer Deyke
-
Rene Rivera