
26 Sep
2011
26 Sep
'11
2:21 p.m.
The add_edge() function should be called unqualified; the compiler will find the correct definition. In particular, it is not a member of any class (static or non-static).
Thank you very much for your answer. When i replace "Map::add_edge(u, v, map)" by "boost::add_edge(u, v, map)" it works fine. best regards Christoph