Ticket #3695: biconnected_components.patch

File biconnected_components.patch, 516 bytes (added by t.columbus@…, 13 years ago)

Patch fixing the problem

  • .hpp

    old new  
    8383          put(lowpt, source(e, g),
    8484              min BOOST_PREVENT_MACRO_SUBSTITUTION(get(lowpt, source(e, g)),
    8585                                                   get(dtm, target(e, g))));
     86        }
    8687        vis.back_edge(e, g);
    8788      }
    88       }
    8989
    9090      template <typename Edge, typename Graph>
    9191      void forward_or_cross_edge(const Edge& e, Graph& g)