diff --git a/include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp b/include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp index 782c04469..663d70d9a 100644 --- a/include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp +++ b/include/boost/geometry/algorithms/detail/overlay/get_turn_info.hpp @@ -36,6 +36,9 @@ public: message += method; } + virtual ~turn_info_exception() throw() + {} + virtual char const* what() const throw() { return message.c_str();