Boost C++ Libraries: Ticket #10804: BGL_FORALL_VERTICES https://svn.boost.org/trac10/ticket/10804 <p> BGL_FORALL_VERTICES macro in boost/graph/iteration_macros.hpp does not expand into a namespace safe code. The call to boost::vertices() expands as vertices(). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10804 Trac 1.4.3 Jeremiah Willcock Wed, 19 Nov 2014 19:09:34 GMT <link>https://svn.boost.org/trac10/ticket/10804#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10804#comment:1</guid> <description> <p> That is done intentionally so that the macro will work with graph types that are not in the <code>boost</code> namespace. The unqualified call is done to trigger ADL; a namespace-qualified call would not work correctly in generic algorithms that need to work on user-defined graph types. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Wed, 19 Nov 2014 19:13:10 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/10804#comment:2 https://svn.boost.org/trac10/ticket/10804#comment:2 <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">wontfix</span> </li> </ul> Ticket