Boost C++ Libraries: Ticket #8307: additional archetypes request https://svn.boost.org/trac10/ticket/8307 <p> Currently, incidence_graph_archetype, adjacency_graph_archetype, and vertex_list_graph_archetype are defined in graph_archetypes.hpp. </p> <p> According to the following document, those archetypes correspond to <a class="missing wiki">IncidenceGraph</a>, <a class="missing wiki">AdjacencyGraph</a>, and <a class="missing wiki">VertexListGraph</a> concepts: <a href="http://www.boost.org/doc/libs/1_53_0/libs/graph/doc/graph_concepts.html">http://www.boost.org/doc/libs/1_53_0/libs/graph/doc/graph_concepts.html</a> </p> <p> It seems that there are no archetypes correspond to <a class="missing wiki">EdgeListGraph</a>, <a class="missing wiki">AdjacencyMatrix</a>, <a class="missing wiki">VertexAndEdgeListGraph</a>, and <a class="missing wiki">BidirectionalGraph</a> concepts. </p> <p> I attached the patch that adds those additional archetypes and their tests. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8307 Trac 1.4.3 redboltz@… Mon, 18 Mar 2013 20:46:01 GMT attachment set https://svn.boost.org/trac10/ticket/8307 https://svn.boost.org/trac10/ticket/8307 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">add_archetypes.patch</span> </li> </ul> Ticket