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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user