In certain cases, dependent lookup of the initialize method in adaptors.h fails. The fix
<div>is simply to change line 1374 of adaptors.h from:</div><div><br></div><div>initialize(graph, node_filter, edge_filter);</div><div><br></div><div>to:</div><div><br></div><div>this->initialize(graph, node_filter, edge_filter);</div>
<div><br></div><div>This solves the problem. However, there may still be other places where dependent lookup fails.</div><div><br></div><div>--Rob</div>