1 // Boost.Geometry (aka GGL, Generic Geometry Library)
3 // Copyright (c) 2014-2015, Oracle and/or its affiliates.
5 // Licensed under the Boost Software License version 1.0.
6 // http://www.boost.org/users/license.html
8 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
10 #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_INCONSISTENT_TURNS_EXCEPTION_HPP
11 #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_INCONSISTENT_TURNS_EXCEPTION_HPP
13 #if ! defined(BOOST_GEOMETRY_OVERLAY_NO_THROW)
14 #include <boost/geometry/core/exception.hpp>
16 namespace boost { namespace geometry
19 class inconsistent_turns_exception : public geometry::exception
23 inline inconsistent_turns_exception() {}
25 virtual ~inconsistent_turns_exception() throw()
28 virtual char const* what() const throw()
30 return "Boost.Geometry Inconsistent Turns exception";
36 #endif // BOOST_GEOMETRY_OVERLAY_NO_THROW
38 #endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_INCONSISTENT_TURNS_EXCEPTION_HPP
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams