Boost C++ Libraries: Ticket #7400: [algorithm] Missing dereference in copy_if for non-C++11 compiler https://svn.boost.org/trac10/ticket/7400 <p> It seems that copy_if for non-C++11 version doesn't work. Attached patch fixes it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7400 Trac 1.4.3 Hideaki Takei <hideaki.takei@…> Fri, 21 Sep 2012 12:45:32 GMT attachment set https://svn.boost.org/trac10/ticket/7400 https://svn.boost.org/trac10/ticket/7400 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">2.patch</span> </li> </ul> Ticket Marshall Clow Fri, 21 Sep 2012 14:49:34 GMT <link>https://svn.boost.org/trac10/ticket/7400#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7400#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80617" title="Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki ...">[80617]</a>) Fix bugs in copy_if; add basic tests. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7400" title="#7400: Bugs: [algorithm] Missing dereference in copy_if for non-C++11 compiler (closed: fixed)">#7400</a>. Thanks to Hideaki Takei for the catch </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Fri, 21 Sep 2012 14:52:40 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7400#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7400#comment:2</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80618" title="Fix bugs in copy_if; add basic tests. Refs #7400. Thanks to Hideaki ...">[80618]</a>) Fix bugs in copy_if; add basic tests. Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7400" title="#7400: Bugs: [algorithm] Missing dereference in copy_if for non-C++11 compiler (closed: fixed)">#7400</a>. Thanks to Hideaki Takei for the catch </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Sun, 23 Sep 2012 14:56:45 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7400#comment:3 https://svn.boost.org/trac10/ticket/7400#comment:3 <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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80670" title="Merge bug fixes to release; Fixes #7399 Fixes #7400 Fixes #7401">[80670]</a>) Merge bug fixes to release; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7399" title="#7399: Bugs: [algorithm] Missing necessary headers (closed: fixed)">#7399</a> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7400" title="#7400: Bugs: [algorithm] Missing dereference in copy_if for non-C++11 compiler (closed: fixed)">#7400</a> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7401" title="#7401: Bugs: [algorithm] Tiny cosmetic on comments in is_permutation.hpp (closed: fixed)">#7401</a> </p> Ticket