Boost logo

Boost :

Subject: Re: [boost] [1.56.0] Release candidates available
From: Agustín K-ballo Bergé (kaballo86_at_[hidden])
Date: 2014-07-29 16:27:43


On 29/07/2014 02:06 p.m., Marshall Clow wrote:
> Release candidate files for 1.65.0 are available at
> http://boost.cowic.de/rc/
>
> 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.

Builds successfully with msvc-12.0. However, the following trivial
snippet results in an ICE:

     #include <boost/range/iterator_range_core.hpp>
     #include <boost/lambda/lambda.hpp>

     int main()
     {
         using boost::lambda::_1;
         _1 == 42;
     }

This is caused by the `operator==` defined by Range.

Regards,

-- 
Agustín K-ballo Bergé.-
http://talesofcpp.fusionfenix.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk