mirror of
https://github.com/boostorg/graph.git
synced 2026-01-19 04:12:11 +00:00
Merge pull request #394 from tsnorri/fix/cycle-canceling-dispatch1-call
Fix missing detail:: namespace qualification on call to cycle_canceling_dispatch1.
This commit is contained in:
@@ -172,7 +172,7 @@ namespace detail
|
||||
template < class Graph, class P, class T, class R >
|
||||
void cycle_canceling(Graph& g, const bgl_named_params< P, T, R >& params)
|
||||
{
|
||||
cycle_canceling_dispatch1(g,
|
||||
detail::cycle_canceling_dispatch1(g,
|
||||
choose_const_pmap(get_param(params, edge_weight), g, edge_weight),
|
||||
choose_const_pmap(get_param(params, edge_reverse), g, edge_reverse),
|
||||
choose_pmap(get_param(params, edge_residual_capacity), g,
|
||||
|
||||
Reference in New Issue
Block a user