Boost C++ Libraries: Ticket #4157: Name lookup fixes https://svn.boost.org/trac10/ticket/4157 <p> The attached patch fixes several name-lookup problems with Boost.Graph and its regression tests, which are either due to two-phase name lookup (missing "this-&gt;" qualifiers) or incorrect argument-dependent lookup semantics. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4157 Trac 1.4.3 Douglas Gregor Wed, 28 Apr 2010 05:58:09 GMT attachment set https://svn.boost.org/trac10/ticket/4157 https://svn.boost.org/trac10/ticket/4157 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost-graph-fixes.patch</span> </li> </ul> <p> Patch to fix Boost.Graph name-lookup issues </p> Ticket Douglas Gregor Thu, 29 Apr 2010 00:42:37 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4157#comment:1 https://svn.boost.org/trac10/ticket/4157#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/61666" title="Various standards-conformation fixes for Boost.Graph. Fixes #4157 ">[61666]</a>) Various standards-conformation fixes for Boost.Graph. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4157" title="#4157: Patches: Name lookup fixes (closed: fixed)">#4157</a> </p> Ticket