Boost C++ Libraries: Ticket #7130: d_ary_heap_indirect does not allow std::vector<Value>& as container https://svn.boost.org/trac10/ticket/7130 <p> d_ary_heap_indirect practically requires std::vector&lt;Value&gt; as the Container template argument (according to comments in the source file). With a small change, it is also possible to use std::vector&lt;Value&gt;&amp;. </p> <p> A patch is attached. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7130 Trac 1.4.3 Alex Hagen-Zanker <ahh34@…> Fri, 13 Jul 2012 11:10:41 GMT attachment set https://svn.boost.org/trac10/ticket/7130 https://svn.boost.org/trac10/ticket/7130 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">remove_reference.patch</span> </li> </ul> <p> patch </p> Ticket Alex Hagen-Zanker <ahh34@…> Tue, 11 Sep 2012 10:05:58 GMT <link>https://svn.boost.org/trac10/ticket/7130#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7130#comment:1</guid> <description> <p> I no longer rely on this patch. Still think it can be a useful extension though, to separate data and algorithm. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Tue, 11 Sep 2012 11:05:01 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/7130#comment:2 https://svn.boost.org/trac10/ticket/7130#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> <p> The right solution to this would be make the heap data an external property map (like the union-find structure does), but it's probably too late to do that now. </p> Ticket