Boost C++ Libraries: Ticket #7469: Parallel Graph: redistribute() does not compile for bidirected graphs https://svn.boost.org/trac10/ticket/7469 <p> Trying to to use redistribute on a adjacency_list with the bidirectionalS tag leeds to compile erros. </p> <p> I tracked down the problem to the point, that there is a additional internal property on vertices for this type of graphs. This property is not properly handeled during the call of redistribute. Attached is a patch including a test. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7469 Trac 1.4.3 Christoph Koke <c.koke@…> Thu, 04 Oct 2012 13:32:54 GMT attachment set https://svn.boost.org/trac10/ticket/7469 https://svn.boost.org/trac10/ticket/7469 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">graph_parallel_redistribute.patch</span> </li> </ul> Ticket