Boost C++ Libraries: Ticket #2599: corner case in boost::fusion::all https://svn.boost.org/trac10/ticket/2599 <p> when using a sequence containing exactly 4 elements, boost::fusion::all returns always false, because unrolled_all lacks a specialization for 4 elements. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2599 Trac 1.4.3 martin.voelkle@… Thu, 18 Dec 2008 14:51:12 GMT attachment set https://svn.boost.org/trac10/ticket/2599 https://svn.boost.org/trac10/ticket/2599 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">all.patch</span> </li> </ul> <p> fix for the problem </p> Ticket Joel de Guzman Tue, 23 Dec 2008 09:00:41 GMT owner changed https://svn.boost.org/trac10/ticket/2599#comment:1 https://svn.boost.org/trac10/ticket/2599#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Joel de Guzman</span> to <span class="trac-author">danmarsden</span> </li> </ul> Ticket Steven Watanabe Thu, 20 Aug 2009 13:51:17 GMT <link>https://svn.boost.org/trac10/ticket/2599#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2599#comment:2</guid> <description> <p> The correct fix is to make the specialization for 0 elements return true. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Thu, 20 Aug 2009 14:01:40 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2599#comment:3 https://svn.boost.org/trac10/ticket/2599#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/55686" title="Make the unrolled implementation of all work for multiples of four. ...">[55686]</a>) Make the unrolled implementation of all work for multiples of four. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2599" title="#2599: Bugs: corner case in boost::fusion::all (closed: fixed)">#2599</a>. </p> Ticket