Boost C++ Libraries: Ticket #7327: Use traits to create null_vertex(). https://svn.boost.org/trac10/ticket/7327 <p> In several places Boost.Graph uses Graph::null_vertex(), where graph traits should be used. This breaks compilation when Graph is external type with no static null_vertex() method. I will attach a patch that fixes this problem where it hit me, but there might be more. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7327 Trac 1.4.3 Ivan A. Melnikov <iv@…> Tue, 04 Sep 2012 12:59:08 GMT attachment set https://svn.boost.org/trac10/ticket/7327 https://svn.boost.org/trac10/ticket/7327 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-1.51.0-alt-graph-use-traits.patch</span> </li> </ul> <p> patch against boost 1.51.0 </p> Ticket Jeremiah Willcock Thu, 13 Sep 2012 13:18:39 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7327#comment:1 https://svn.boost.org/trac10/ticket/7327#comment:1 <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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80511" title="Applied patch from #7327; fixes #7327">[80511]</a>) Applied patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7327" title="#7327: Bugs: Use traits to create null_vertex(). (closed: fixed)">#7327</a>; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7327" title="#7327: Bugs: Use traits to create null_vertex(). (closed: fixed)">#7327</a> </p> Ticket