Boost logo

Boost :

Subject: Re: [boost] [RangeEx] Where is the current version?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2010-02-28 09:36:17


Neil Groves wrote:

> The latest version is here:
> http://www.boostpro.com/vault/index.php?action=downloadfile&filename=range_ex.zip&directory=Algorithms&

As asked during review, you made boost::adaptors::filtered and friends
function objects.

However, they take their arguments by copy (which can be a serious
problem with ranges), and don't provide a result_type or result<> template.

I'm also concerned that the return type of make_filtered_range and
friends is a detail and thus unspecified.
Was nothing said about that during review?


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