Boost C++ Libraries: Ticket #4310: boost graph compressed sparse row graph csr_in_edge_iterator doesn't compile https://svn.boost.org/trac10/ticket/4310 <p> The csr_in_edge_iterator class template contains a reference member (const CSRGraph &amp; m_graph) and a default constructor taking no arguments. Since references cannot be non-initialized this won't compile. I have hacked a fix by making m_graph a pointer member, but I suppose a proper solution would look different. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4310 Trac 1.4.3 Jeremiah Willcock Tue, 08 Jun 2010 19:04:24 GMT owner, status changed https://svn.boost.org/trac10/ticket/4310#comment:1 https://svn.boost.org/trac10/ticket/4310#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Andrew Sutton</span> to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Jeremiah Willcock Tue, 08 Jun 2010 19:07:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4310#comment:2 https://svn.boost.org/trac10/ticket/4310#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</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/62592" title="Added fixes and tests for CSR in_edge_iterator; fixes #4310, #4311">[62592]</a>) Added fixes and tests for CSR in_edge_iterator; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4310" title="#4310: Bugs: boost graph compressed sparse row graph csr_in_edge_iterator doesn't ... (closed: fixed)">#4310</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4311" title="#4311: Bugs: boost graph compressed sparse row graph in_edges doesn't compile (closed: fixed)">#4311</a> </p> Ticket