summaryrefslogtreecommitdiff
path: root/boost/geometry/core/exception.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/core/exception.hpp')
-rw-r--r--boost/geometry/core/exception.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/geometry/core/exception.hpp b/boost/geometry/core/exception.hpp
index 6868ca775a..21abbd577b 100644
--- a/boost/geometry/core/exception.hpp
+++ b/boost/geometry/core/exception.hpp
@@ -32,6 +32,7 @@ namespace boost { namespace geometry
*/
class exception : public std::exception
{
+public:
virtual char const* what() const throw()
{
return "Boost.Geometry exception";