id summary reporter owner description type status milestone component version severity resolution keywords cc 6904 Provide boost::algorithm::all_of for non-const ranges mlang@… Marshall Clow "Maybe I am not seeing something really obvious, but I would like to see a version of boost::algorithm::all_of for non-const ranges. In my use case, I am applying a visitor to a range (a STL container) and want to see if all visitor calls returned true. Since the visitors modify the individual values, the range is non-const. However, the range version of boost::algorithm::all_of explicitly requires a const range while the underlying algorithm (std::all_of) does not." Feature Requests closed To Be Determined algorithm Boost Development Trunk Problem wontfix