$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost 1.60.0 has been released
From: gast128 (gast128_at_[hidden])
Date: 2015-12-18 08:27:12
Thx. However we got some differences compared to 1.57:
- iterator_range (see below)
- Boost.Variant. This use the strict checking as default now
- Boost.Log gives linker errors
iterator_range:
void f()
{
int a[2];
boost::iterator_range<const int*> rng(a);
}
compiles in 1.57, but does not compile in 1.60.
We use Visual Studio 2013.