[Lemon-devel] Dependent lookup error in adaptors.h
Rob Patro
rob.patro at gmail.com
Wed Sep 12 16:53:49 CEST 2012
In certain cases, dependent lookup of the initialize method in adaptors.h
fails. The fix
is simply to change line 1374 of adaptors.h from:
initialize(graph, node_filter, edge_filter);
to:
this->initialize(graph, node_filter, edge_filter);
This solves the problem. However, there may still be other places where
dependent lookup fails.
--Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lemon.cs.elte.hu/pipermail/lemon-devel/attachments/20120912/d2398d09/attachment.html>
More information about the Lemon-devel
mailing list