mirror of
https://github.com/boostorg/graph.git
synced 2026-02-01 08:32:11 +00:00
changed REQUIRES to function_requires
[SVN r8279]
This commit is contained in:
@@ -129,7 +129,7 @@ Return type: <TT>vertex_descriptor</TT>
|
||||
{
|
||||
typedef typename boost::graph_traits<G>::edge_descriptor edge_descriptor;
|
||||
void constraints() {
|
||||
REQUIRE(G, MutableGraph);
|
||||
function_requires< MutableGraph<G> >();
|
||||
v = add_vertex(g, vp);
|
||||
p = add_edge(g, u, v, ep);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user