Hi,
I am working on the Boost Graph Library, currently trying to create an interface of the
biconnected_components method to a Python code. I used the example code available
here for the method and modified it for my purpose. The template of the method is
here. The final code seems fine but I get an error while compiling it. And the errors are related to
adjacency.hpp which I have not changed so I'm confused as to what the exact problem is. Hoping someone can help me out.