Boost logo

Boost :

Subject: Re: [boost] What are the things that we HAVE TO fix before shipping 1.56.0?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-07-29 12:12:20


On Tuesday 29 July 2014 08:31:55 Eric Niebler wrote:
>
> Can you point me to the operator overload in Boost.Range that is causing
> this problem? The longer-term fix is to be smarter there.

All operators for iterator_range are potential sources of the problem, see
boost/range/iterator_range_core.hpp:537 and below. In this particular case it
was operator<.

I've created a ticket [1] suggesting to move all Boost.Range components into
its own namespace.

[1] https://svn.boost.org/trac/boost/ticket/10269


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