diff --git a/include/boost/graph/copy.hpp b/include/boost/graph/copy.hpp index 6246ebce..77aebcde 100644 --- a/include/boost/graph/copy.hpp +++ b/include/boost/graph/copy.hpp @@ -395,7 +395,7 @@ namespace boost { CopyVertex cv, CopyEdge ce) : g_out(graph), orig2copy(c), copy_vertex(cv), copy_edge(ce) { } - template + template typename graph_traits::vertex_descriptor copy_one_vertex(Vertex u) const { typename graph_traits::vertex_descriptor new_u = add_vertex(g_out);