2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 08:32:11 +00:00

add test for edge_length to the SGB section

[SVN r9318]
This commit is contained in:
Jeremy Siek
2001-02-23 15:35:42 +00:00
parent c3530c9922
commit bf40cfee24

View File

@@ -347,6 +347,7 @@ main(int,char*[])
function_requires< VertexListGraphConcept<Graph> >();
function_requires< PropertyGraphConcept<Graph, Vertex, u_property<Vertex> > >();
function_requires< PropertyGraphConcept<Graph, Edge, a_property<Vertex> > >();
function_requires< PropertyGraphConcept<Graph, Edge, edge_length_t > >();
}
#endif
#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION