summaryrefslogtreecommitdiff
path: root/boost/graph/loop_erased_random_walk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/graph/loop_erased_random_walk.hpp')
-rw-r--r--boost/graph/loop_erased_random_walk.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/graph/loop_erased_random_walk.hpp b/boost/graph/loop_erased_random_walk.hpp
index 712c45d7ca..5805c2e5bc 100644
--- a/boost/graph/loop_erased_random_walk.hpp
+++ b/boost/graph/loop_erased_random_walk.hpp
@@ -19,7 +19,7 @@
namespace boost {
- struct loop_erased_random_walk_stuck : public std::exception {
+ struct BOOST_SYMBOL_VISIBLE loop_erased_random_walk_stuck : public std::exception {
virtual ~loop_erased_random_walk_stuck() throw() {}
inline virtual const char* what() const throw() {
return "Loop-erased random walk found a vertex with no out-edges";