diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Graphs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_Graphs.h b/toolsrc/include/vcpkg_Graphs.h index 1f90710fd..3ba26c017 100644 --- a/toolsrc/include/vcpkg_Graphs.h +++ b/toolsrc/include/vcpkg_Graphs.h @@ -18,7 +18,7 @@ namespace vcpkg::Graphs }; template <class V, class Func> - static void topological_sort_internal(V vertex, + static void topological_sort_internal(const V& vertex, ExplorationStatus& status, const Func adjacency_list_provider, std::unordered_map<V, ExplorationStatus>& exploration_status, |
