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