2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-13 12:32:09 +00:00

fixed a typo

[SVN r9929]
This commit is contained in:
Jeremy Siek
2001-04-23 18:49:27 +00:00
parent 17328ea518
commit a33577dfe9

View File

@@ -335,7 +335,7 @@ namespace boost {
copy_impl;
copy_impl::apply
(g_in, g_out,
detail::choose_vertex_copier(get_param(params, edge_vertex_t()),
detail::choose_vertex_copier(get_param(params, vertex_copy_t()),
g_in, g_out),
detail::choose_edge_copier(get_param(params, edge_copy_t()),
g_in, g_out),