Boost C++ Libraries: Ticket #6904: Provide boost::algorithm::all_of for non-const ranges https://svn.boost.org/trac10/ticket/6904 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6904 Trac 1.4.3 Marshall Clow Mon, 09 Jul 2012 15:18:26 GMT <link>https://svn.boost.org/trac10/ticket/6904#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6904#comment:1</guid> <description> <p> In C++11, std::all_of is listed as a "non-modifying sequence operation". </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Sun, 15 Jul 2012 16:27:53 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6904#comment:2 https://svn.boost.org/trac10/ticket/6904#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> Ticket