Joan Sala
Results
1
issues of
Joan Sala
Lines 94-104 in depth_first_search.hpp: ```c++ template < typename E, typename G, typename Vis > void call_finish_edge(Vis& vis, E e, const G& g) { // Only call if method exists #if...