
28 Feb
2010
28 Feb
'10
3:36 p.m.
Neil Groves wrote:
The latest version is here: http://www.boostpro.com/vault/index.php?action=downloadfile&filename=range_e...
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?