summaryrefslogtreecommitdiff
path: root/boost/graph/copy.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:24:45 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:24:45 +0900
commit5ce1cfc2525b06c0a9e38531813781de0281c96d (patch)
tree19cc66c6cf6396db288813b2558cc350f1deede2 /boost/graph/copy.hpp
parent3c1df2168531ad5580076ae08d529054689aeedd (diff)
downloadboost-5ce1cfc2525b06c0a9e38531813781de0281c96d.tar.gz
boost-5ce1cfc2525b06c0a9e38531813781de0281c96d.tar.bz2
boost-5ce1cfc2525b06c0a9e38531813781de0281c96d.zip
Imported Upstream version 1.71.0upstream/1.71.0
Diffstat (limited to 'boost/graph/copy.hpp')
-rw-r--r--boost/graph/copy.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/graph/copy.hpp b/boost/graph/copy.hpp
index 6246ebceb1..77aebcde1b 100644
--- a/boost/graph/copy.hpp
+++ b/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 <class Vertex, class Graph>
+ template <class Vertex>
typename graph_traits<NewGraph>::vertex_descriptor copy_one_vertex(Vertex u) const {
typename graph_traits<NewGraph>::vertex_descriptor
new_u = add_vertex(g_out);