id summary reporter owner description type status milestone component version severity resolution keywords cc 5137 any_range : boost/range/concepts.hpp is missing Akira Takahashi Neil Groves "{{{ #include }}} needs to boost/range/any_range.hpp. tried code: {{{ #include #include //#include #include // error! concept is nothing! #include #include bool is_even(int x) { return x % 2 == 0; } void disp(int x) { std::cout << x << std::endl; } int main() { const std::vector v = boost::assign::list_of(1)(2)(3)(4)(5); boost::any_range r = v | boost::adaptors::filtered(is_even); boost::for_each(r, disp); } }}} and, any_range template parameter is very many." Bugs closed To Be Determined range Boost Development Trunk Problem fixed