Boost C++ Libraries: Ticket #6656: Dependent type in subgraph used without typename https://svn.boost.org/trac10/ticket/6656 <p> In revision 77223, the dependent type <code>subgraph&lt;Graph&gt;::children_iterator</code> is used on line 144 of <code>boost/graph/subgraph.hpp</code> without qualifying it with <code>typename</code>. </p> <p> This causes a compilation failure on Pathscale, adding a <code>typename</code> resolves the error. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6656 Trac 1.4.3 Jeremiah Willcock Tue, 06 Mar 2012 16:23:55 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6656#comment:1 https://svn.boost.org/trac10/ticket/6656#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/77248" title="Added typename; fixes #6656">[77248]</a>) Added typename; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/6656" title="#6656: Bugs: Dependent type in subgraph used without typename (closed: fixed)">#6656</a> </p> Ticket