Boost C++ Libraries: Ticket #447: reverse_graph and constness of property maps https://svn.boost.org/trac10/ticket/447 <pre class="wiki">accessing properties in a reverse_graph often fails because it's getting the "::type" when it should be getting the "::const_type", and vice-verse. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/447 Trac 1.4.3 Marshall Clow Thu, 12 Jul 2007 15:12:36 GMT owner, status changed; severity set https://svn.boost.org/trac10/ticket/447#comment:1 https://svn.boost.org/trac10/ticket/447#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">doug_gregor</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> Assigned to "doug_gregor" instead of nonexistent user "dgregor" </p> Ticket Douglas Gregor Tue, 29 Apr 2008 18:26:44 GMT owner, description changed https://svn.boost.org/trac10/ticket/447#comment:2 https://svn.boost.org/trac10/ticket/447#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">doug_gregor</span> to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/447?action=diff&amp;version=2">diff</a>) </li> </ul> Ticket Jeremiah Willcock Tue, 24 Nov 2009 21:26:08 GMT status, resolution changed https://svn.boost.org/trac10/ticket/447#comment:3 https://svn.boost.org/trac10/ticket/447#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-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/57909" title="Fixed issues with property map types in reverse_graph; fixes #447">[57909]</a>) Fixed issues with property map types in reverse_graph; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/447" title="#447: Bugs: reverse_graph and constness of property maps (closed: fixed)">#447</a> </p> Ticket