Boost logo

Boost :

Subject: Re: [boost] disable_if conundrum
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2011-12-05 16:11:47


On Dec 5, 2011, at 12:53 PM, Marshall Clow wrote:

> But if I add the following code:
>
> bool comp ( int x ) { return x > 10; }
> and res = Foo ( v, comp );
>
> I get a bunch of compilation errors.

My bad.
Since the range-based versions of Foo take the range by const &, they return pairs of const_iterators.
res is a pair of non-const iterators; you can't assign one to the other.

Never mind.

Thanks, everyone, for your help!

-- Marshall


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