]> https://gitweb.dealii.org/ - dealii.git/blob
1486f94fbd2765a75936d957d40f90efe9e9c2b3
[dealii.git] /
1 // Boost.Geometry (aka GGL, Generic Geometry Library)
2
3 // Copyright (c) 2014-2015, Oracle and/or its affiliates.
4
5 // Licensed under the Boost Software License version 1.0.
6 // http://www.boost.org/users/license.html
7
8 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
9
10 #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_INCONSISTENT_TURNS_EXCEPTION_HPP
11 #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_OVERLAY_INCONSISTENT_TURNS_EXCEPTION_HPP
12
13 #if ! defined(BOOST_GEOMETRY_OVERLAY_NO_THROW)
14 #include <boost/geometry/core/exception.hpp>
15
16 namespace boost { namespace geometry
17 {
18
19 class inconsistent_turns_exception : public geometry::exception
20 {
21 public:
22
23     inline inconsistent_turns_exception() {}
24
25     virtual ~inconsistent_turns_exception() throw()
26     {}
27
28     virtual char const* what() const throw()
29     {
30         return "Boost.Geometry Inconsistent Turns exception";
31     }
32 };
33
34 }} // boost::geometry
35
36 #endif // BOOST_GEOMETRY_OVERLAY_NO_THROW
37
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


Typeset in Trocchi and Trocchi Bold Sans Serif.