summaryrefslogtreecommitdiff
path: root/boost/graph/random.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/random.hpp')
-rw-r--r--boost/graph/random.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/graph/random.hpp b/boost/graph/random.hpp
index f0153b2c42..8b3d3c50de 100644
--- a/boost/graph/random.hpp
+++ b/boost/graph/random.hpp
@@ -103,6 +103,7 @@ namespace boost {
}
}
BOOST_ASSERT (false); // Should not get here
+ return typename graph_traits<Graph>::edge_descriptor();
}
namespace detail {