id summary reporter owner description type status milestone component version severity resolution keywords cc 8307 additional archetypes request redboltz@… Jeremiah Willcock "Currently, incidence_graph_archetype, adjacency_graph_archetype, and vertex_list_graph_archetype are defined in graph_archetypes.hpp. According to the following document, those archetypes correspond to IncidenceGraph, AdjacencyGraph, and VertexListGraph concepts: http://www.boost.org/doc/libs/1_53_0/libs/graph/doc/graph_concepts.html It seems that there are no archetypes correspond to EdgeListGraph, AdjacencyMatrix, VertexAndEdgeListGraph, and BidirectionalGraph concepts. I attached the patch that adds those additional archetypes and their tests. " Patches new To Be Determined graph Boost 1.53.0 Problem