
18 Dec
2015
18 Dec
'15
1:27 p.m.
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.