Boost C++ Libraries: Ticket #7600: add_vertex ambiguous overload with named_graph https://svn.boost.org/trac10/ticket/7600 <p> Hello, </p> <p> While trying to use a named graph with vertex names that have the same type as the vertex properties, I ran into an error. The error comes from the fact that the add_vertex overload resolution is ambiguous. The compiler can't select between the add_vertex of the named_graph and that of the <a class="missing wiki">PropertyGraph</a> that is adapted by the named_graph. </p> <p> A patch containing a fix is attached. </p> <p> Louis Dionne </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7600 Trac 1.4.3 Louis Dionne <louis.dionne92@…> Mon, 29 Oct 2012 18:11:49 GMT attachment set https://svn.boost.org/trac10/ticket/7600 https://svn.boost.org/trac10/ticket/7600 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">named_graph.patch</span> </li> </ul> <p> possible fix </p> Ticket Jeremiah Willcock Mon, 29 Oct 2012 18:16:30 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7600#comment:1 https://svn.boost.org/trac10/ticket/7600#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/81099" title="Applied patch from #7600; fixes #7600">[81099]</a>) Applied patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7600" title="#7600: Patches: add_vertex ambiguous overload with named_graph (closed: fixed)">#7600</a>; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7600" title="#7600: Patches: add_vertex ambiguous overload with named_graph (closed: fixed)">#7600</a> </p> Ticket