
24 Jun
2008
24 Jun
'08
12:03 a.m.
Neil Groves wrote:
range_ex.zip has been updated in the root of the Vault to correct the folder structure.
I just downloaded your library and I was surprised to see the make_filtered_range-like syntax was dropped. While the pipe-like syntax is interesting, I think both interfaces should be there. Also, I think you should add to the documentation that the functors need to have result_type (or be real functions). It might be interesting to make it so decltype/typeof/emulation can be used instead, by the way. It shouldn't be too difficult to wrap the function objects so that result_type can be automatically deduced, since in all cases the types of all arguments are fixed.