Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net