From 44739a41e87f2cd33da6987fd0a74a99dd3cb040 Mon Sep 17 00:00:00 2001 From: Tiago de Paula Peixoto Date: Fri, 19 Jul 2013 15:16:03 +0200 Subject: [PATCH] Fix edge(s, t, g) return type in revese_graph --- src/boost-workaround/boost/graph/reverse_graph_alt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boost-workaround/boost/graph/reverse_graph_alt.hpp b/src/boost-workaround/boost/graph/reverse_graph_alt.hpp index 8f04eaec..f352840e 100644 --- a/src/boost-workaround/boost/graph/reverse_graph_alt.hpp +++ b/src/boost-workaround/boost/graph/reverse_graph_alt.hpp @@ -227,7 +227,7 @@ vertex(const typename graph_traits::vertices_size_type v, } template -inline std::pair::edge_descriptor, +inline std::pair::edge_descriptor, bool> edge(const typename graph_traits::vertex_descriptor u, const typename graph_traits::vertex_descriptor v, -- GitLab