id summary reporter owner description type status milestone component version severity resolution keywords cc 4386 Some documentation bugs Matthias Berndt Andrew Sutton "Hi, i have hit a few documentation bugs in the graph library's documentation that made it hard for me to make sense of it. On http://www.boost.org/doc/libs/1_43_0/libs/graph/doc/graph_concepts.html it says that VertexListGraph refines IncidenceGraph and AdjacencyGraph, but this can't be seen in the diagram in figure 1. On http://www.boost.org/doc/libs/1_43_0/libs/graph/doc/VertexListGraph.html it says that VertexListGraph refines Graph, but it doesn't say that it refines AdjacencyGraph and IncidenceGraph. On http://www.boost.org/doc/libs/1_43_0/libs/graph/doc/astar_search.html it says: ""Please note that astar_search_no_init() must be used for implicit graphs; the basic astar_search() function requires a graph that models VertexListGraph"". This seems to imply that astar_search_no_init() doesn't require a VertexListGraph. Nevertheless, the template parameter in the prototype for the function is called VertexListGraph. Shouldn't that be IncidenceGraph? " Bugs closed To Be Determined graph Boost 1.43.0 Problem fixed