
29 Jul
2014
29 Jul
'14
8:27 p.m.
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