Boost C++ Libraries: Ticket #576: Calling subgraph::global_to_local on a root graph https://svn.boost.org/trac10/ticket/576 <pre class="wiki">When g is a root subgraph, then g.global_to_local(g.local_to_global(v)) will cause an error. In Fact, the mapping m_local_vertex is not maintained for root subgraphs, so global_to_local and find_vertex would not work correctly. Thanks for fixing it. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/576 Trac 1.4.3 Douglas Gregor Fri, 15 Dec 2006 21:21:13 GMT status changed https://svn.boost.org/trac10/ticket/576#comment:1 https://svn.boost.org/trac10/ticket/576#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket