diff --git a/include/boost/geometry/index/detail/serialization.hpp b/include/boost/geometry/index/detail/serialization.hpp index 4ffd6a6c4..a2de9f18f 100644 --- a/include/boost/geometry/index/detail/serialization.hpp +++ b/include/boost/geometry/index/detail/serialization.hpp @@ -566,10 +566,7 @@ void load(Archive & ar, boost::geometry::index::rtree & rt, unsig typedef boost::geometry::index::rtree rtree; typedef detail::rtree::private_view view; typedef typename view::size_type size_type; - typedef typename view::translator_type translator_type; - typedef typename view::value_type value_type; typedef typename view::options_type options_type; - typedef typename view::box_type box_type; typedef typename view::allocators_type allocators_type; typedef typename view::members_holder members_holder; diff --git a/include/boost/geometry/multi/algorithms/append.hpp b/include/boost/geometry/multi/algorithms/append.hpp deleted file mode 100644 index e3c94efcb..000000000 --- a/include/boost/geometry/multi/algorithms/append.hpp +++ /dev/null @@ -1,29 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2014 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2014 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2014. -// Modifications copyright (c) 2014, Oracle and/or its affiliates. - -// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_APPEND_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_APPEND_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_APPEND_HPP diff --git a/include/boost/geometry/multi/algorithms/area.hpp b/include/boost/geometry/multi/algorithms/area.hpp deleted file mode 100644 index a9397d82e..000000000 --- a/include/boost/geometry/multi/algorithms/area.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_AREA_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_AREA_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_AREA_HPP diff --git a/include/boost/geometry/multi/algorithms/centroid.hpp b/include/boost/geometry/multi/algorithms/centroid.hpp deleted file mode 100644 index d9606ffd6..000000000 --- a/include/boost/geometry/multi/algorithms/centroid.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_CENTROID_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_CENTROID_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_CENTROID_HPP - diff --git a/include/boost/geometry/multi/algorithms/clear.hpp b/include/boost/geometry/multi/algorithms/clear.hpp deleted file mode 100644 index f1e9bc401..000000000 --- a/include/boost/geometry/multi/algorithms/clear.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_CLEAR_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_CLEAR_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_CLEAR_HPP diff --git a/include/boost/geometry/multi/algorithms/convert.hpp b/include/boost/geometry/multi/algorithms/convert.hpp deleted file mode 100644 index 54a1a3294..000000000 --- a/include/boost/geometry/multi/algorithms/convert.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_CONVERT_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_CONVERT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_CONVERT_HPP diff --git a/include/boost/geometry/multi/algorithms/correct.hpp b/include/boost/geometry/multi/algorithms/correct.hpp deleted file mode 100644 index 32a229604..000000000 --- a/include/boost/geometry/multi/algorithms/correct.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_CORRECT_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_CORRECT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_CORRECT_HPP diff --git a/include/boost/geometry/multi/algorithms/covered_by.hpp b/include/boost/geometry/multi/algorithms/covered_by.hpp deleted file mode 100644 index 04e40e721..000000000 --- a/include/boost/geometry/multi/algorithms/covered_by.hpp +++ /dev/null @@ -1,29 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. -// Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland. - -// This file was modified by Oracle on 2013, 2014. -// Modifications copyright (c) 2013, 2014 Oracle and/or its affiliates. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_COVERED_BY_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_COVERED_BY_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_COVERED_BY_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp b/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp deleted file mode 100644 index 9b84730ff..000000000 --- a/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2013 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2013 Mateusz Loskot, London, UK. -// Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_EXTREME_POINTS_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_EXTREME_POINTS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_EXTREME_POINTS_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp b/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp deleted file mode 100644 index fb6633c0d..000000000 --- a/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_FOR_EACH_RANGE_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_FOR_EACH_RANGE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_FOR_EACH_RANGE_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/modify.hpp b/include/boost/geometry/multi/algorithms/detail/modify.hpp deleted file mode 100644 index 8a52b4298..000000000 --- a/include/boost/geometry/multi/algorithms/detail/modify.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MODIFY_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MODIFY_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MODIFY_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp b/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp deleted file mode 100644 index 0be682835..000000000 --- a/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MODIFY_WITH_PREDICATE_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MODIFY_WITH_PREDICATE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MODIFY_WITH_PREDICATE_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp b/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp deleted file mode 100644 index ca10adc8f..000000000 --- a/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MULTI_SUM_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MULTI_SUM_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_MULTI_SUM_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp b/include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp deleted file mode 100644 index 69cff5fdc..000000000 --- a/include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. - -// This file was modified by Oracle on 2013. -// Modifications copyright (c) 2013, Oracle and/or its affiliates. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_COPY_SEGMENT_POINT_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_COPY_SEGMENT_POINT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_COPY_SEGMENT_POINT_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp b/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp deleted file mode 100644 index 76f239df0..000000000 --- a/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp +++ /dev/null @@ -1,18 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_COPY_SEGMENTS_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_COPY_SEGMENTS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_COPY_SEGMENTS_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp b/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp deleted file mode 100644 index fbc2e85a0..000000000 --- a/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp +++ /dev/null @@ -1,18 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_GET_TURNS_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_GET_TURNS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_GET_TURNS_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp b/include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp deleted file mode 100644 index f2dae9efe..000000000 --- a/include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp +++ /dev/null @@ -1,18 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_SELF_TURN_POINTS_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_SELF_TURN_POINTS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_OVERLAY_SELF_TURN_POINTS_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp b/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp deleted file mode 100644 index 56fa25063..000000000 --- a/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp +++ /dev/null @@ -1,26 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2013. -// Modifications copyright (c) 2013, Oracle and/or its affiliates. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_POINT_ON_BORDER_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_POINT_ON_BORDER_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_POINT_ON_BORDER_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp b/include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp deleted file mode 100644 index b507d51cc..000000000 --- a/include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp +++ /dev/null @@ -1,28 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2013. -// Modifications copyright (c) 2013, Oracle and/or its affiliates. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_SECTIONS_RANGE_BY_SECTION_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_SECTIONS_RANGE_BY_SECTION_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_SECTIONS_RANGE_BY_SECTION_HPP diff --git a/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp b/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp deleted file mode 100644 index 4e7aa9c31..000000000 --- a/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp +++ /dev/null @@ -1,26 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2013. -// Modifications copyright (c) 2013, Oracle and/or its affiliates. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_SECTIONS_SECTIONALIZE_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_SECTIONS_SECTIONALIZE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DETAIL_SECTIONS_SECTIONALIZE_HPP diff --git a/include/boost/geometry/multi/algorithms/disjoint.hpp b/include/boost/geometry/multi/algorithms/disjoint.hpp deleted file mode 100644 index 8e732558d..000000000 --- a/include/boost/geometry/multi/algorithms/disjoint.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2012-2014 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2012-2014 Bruno Lalande, Paris, France. -// Copyright (c) 2012-2014 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2014. -// Modifications copyright (c) 2014, Oracle and/or its affiliates. - -// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DISJOINT_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DISJOINT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DISJOINT_HPP diff --git a/include/boost/geometry/multi/algorithms/distance.hpp b/include/boost/geometry/multi/algorithms/distance.hpp deleted file mode 100644 index 35ebcb5fb..000000000 --- a/include/boost/geometry/multi/algorithms/distance.hpp +++ /dev/null @@ -1,27 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2014 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2014 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2014. -// Modifications copyright (c) 2014, Oracle and/or its affiliates. - -// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DISTANCE_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_DISTANCE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_DISTANCE_HPP diff --git a/include/boost/geometry/multi/algorithms/envelope.hpp b/include/boost/geometry/multi/algorithms/envelope.hpp deleted file mode 100644 index 1b99bebcf..000000000 --- a/include/boost/geometry/multi/algorithms/envelope.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_ENVELOPE_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_ENVELOPE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_ENVELOPE_HPP diff --git a/include/boost/geometry/multi/algorithms/equals.hpp b/include/boost/geometry/multi/algorithms/equals.hpp deleted file mode 100644 index 3aea16e94..000000000 --- a/include/boost/geometry/multi/algorithms/equals.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_EQUALS_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_EQUALS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_EQUALS_HPP - diff --git a/include/boost/geometry/multi/algorithms/for_each.hpp b/include/boost/geometry/multi/algorithms/for_each.hpp deleted file mode 100644 index dc0b29c8b..000000000 --- a/include/boost/geometry/multi/algorithms/for_each.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_FOR_EACH_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_FOR_EACH_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_FOR_EACH_HPP diff --git a/include/boost/geometry/multi/algorithms/intersection.hpp b/include/boost/geometry/multi/algorithms/intersection.hpp deleted file mode 100644 index 117b084e6..000000000 --- a/include/boost/geometry/multi/algorithms/intersection.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. - -// This file was modified by Oracle on 2014. -// Modifications copyright (c) 2014, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_INTERSECTION_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_INTERSECTION_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_INTERSECTION_HPP - diff --git a/include/boost/geometry/multi/algorithms/length.hpp b/include/boost/geometry/multi/algorithms/length.hpp deleted file mode 100644 index 12d0efc08..000000000 --- a/include/boost/geometry/multi/algorithms/length.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_LENGTH_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_LENGTH_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_LENGTH_HPP diff --git a/include/boost/geometry/multi/algorithms/num_geometries.hpp b/include/boost/geometry/multi/algorithms/num_geometries.hpp deleted file mode 100644 index 6dcd44aac..000000000 --- a/include/boost/geometry/multi/algorithms/num_geometries.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_GEOMETRIES_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_GEOMETRIES_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_GEOMETRIES_HPP diff --git a/include/boost/geometry/multi/algorithms/num_interior_rings.hpp b/include/boost/geometry/multi/algorithms/num_interior_rings.hpp deleted file mode 100644 index 62f74fc1f..000000000 --- a/include/boost/geometry/multi/algorithms/num_interior_rings.hpp +++ /dev/null @@ -1,28 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2014. -// Modifications copyright (c) 2014, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_INTERIOR_RINGS_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_INTERIOR_RINGS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_INTERIOR_RINGS_HPP diff --git a/include/boost/geometry/multi/algorithms/num_points.hpp b/include/boost/geometry/multi/algorithms/num_points.hpp deleted file mode 100644 index 9b56ce241..000000000 --- a/include/boost/geometry/multi/algorithms/num_points.hpp +++ /dev/null @@ -1,29 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2014 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2014 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2014 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2014. -// Modifications copyright (c) 2014, Oracle and/or its affiliates. - -// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_POINTS_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_POINTS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_POINTS_HPP diff --git a/include/boost/geometry/multi/algorithms/perimeter.hpp b/include/boost/geometry/multi/algorithms/perimeter.hpp deleted file mode 100644 index 844bb526b..000000000 --- a/include/boost/geometry/multi/algorithms/perimeter.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_PERIMETER_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_PERIMETER_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_PERIMETER_HPP diff --git a/include/boost/geometry/multi/algorithms/remove_spikes.hpp b/include/boost/geometry/multi/algorithms/remove_spikes.hpp deleted file mode 100644 index 5660cf6a9..000000000 --- a/include/boost/geometry/multi/algorithms/remove_spikes.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2013 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2013 Mateusz Loskot, London, UK. -// Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_REMOVE_SPIKES_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_REMOVE_SPIKES_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_REMOVE_SPIKES_HPP diff --git a/include/boost/geometry/multi/algorithms/reverse.hpp b/include/boost/geometry/multi/algorithms/reverse.hpp deleted file mode 100644 index cea453e7c..000000000 --- a/include/boost/geometry/multi/algorithms/reverse.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_REVERSE_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_REVERSE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_REVERSE_HPP diff --git a/include/boost/geometry/multi/algorithms/simplify.hpp b/include/boost/geometry/multi/algorithms/simplify.hpp deleted file mode 100644 index f4d7222a7..000000000 --- a/include/boost/geometry/multi/algorithms/simplify.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_SIMPLIFY_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_SIMPLIFY_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_SIMPLIFY_HPP diff --git a/include/boost/geometry/multi/algorithms/transform.hpp b/include/boost/geometry/multi/algorithms/transform.hpp deleted file mode 100644 index e384dbed6..000000000 --- a/include/boost/geometry/multi/algorithms/transform.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_TRANSFORM_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_TRANSFORM_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_TRANSFORM_HPP diff --git a/include/boost/geometry/multi/algorithms/unique.hpp b/include/boost/geometry/multi/algorithms/unique.hpp deleted file mode 100644 index bb0a04e99..000000000 --- a/include/boost/geometry/multi/algorithms/unique.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_UNIQUE_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_UNIQUE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_UNIQUE_HPP diff --git a/include/boost/geometry/multi/algorithms/within.hpp b/include/boost/geometry/multi/algorithms/within.hpp deleted file mode 100644 index 7127775fd..000000000 --- a/include/boost/geometry/multi/algorithms/within.hpp +++ /dev/null @@ -1,28 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. -// Copyright (c) 2013 Adam Wulkiewicz, Lodz, Poland. - -// This file was modified by Oracle on 2013, 2014. -// Modifications copyright (c) 2013, 2014 Oracle and/or its affiliates. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -#ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_WITHIN_HPP -#define BOOST_GEOMETRY_MULTI_ALGORITHMS_WITHIN_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - -#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_WITHIN_HPP diff --git a/include/boost/geometry/multi/core/closure.hpp b/include/boost/geometry/multi/core/closure.hpp deleted file mode 100644 index 65eb5b80f..000000000 --- a/include/boost/geometry/multi/core/closure.hpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_CORE_CLOSURE_HPP -#define BOOST_GEOMETRY_MULTI_CORE_CLOSURE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - -#endif // BOOST_GEOMETRY_MULTI_CORE_CLOSURE_HPP diff --git a/include/boost/geometry/multi/core/geometry_id.hpp b/include/boost/geometry/multi/core/geometry_id.hpp deleted file mode 100644 index f929ab5ae..000000000 --- a/include/boost/geometry/multi/core/geometry_id.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_CORE_GEOMETRY_ID_HPP -#define BOOST_GEOMETRY_MULTI_CORE_GEOMETRY_ID_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - -#endif // BOOST_GEOMETRY_MULTI_CORE_GEOMETRY_ID_HPP diff --git a/include/boost/geometry/multi/core/interior_rings.hpp b/include/boost/geometry/multi/core/interior_rings.hpp deleted file mode 100644 index 472bcacfb..000000000 --- a/include/boost/geometry/multi/core/interior_rings.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_CORE_INTERIOR_RINGS_HPP -#define BOOST_GEOMETRY_MULTI_CORE_INTERIOR_RINGS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_CORE_INTERIOR_RINGS_HPP diff --git a/include/boost/geometry/multi/core/is_areal.hpp b/include/boost/geometry/multi/core/is_areal.hpp deleted file mode 100644 index 1c8e0d345..000000000 --- a/include/boost/geometry/multi/core/is_areal.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_CORE_IS_AREAL_HPP -#define BOOST_GEOMETRY_MULTI_CORE_IS_AREAL_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_CORE_IS_AREAL_HPP diff --git a/include/boost/geometry/multi/core/point_order.hpp b/include/boost/geometry/multi/core/point_order.hpp deleted file mode 100644 index 79aa84b3a..000000000 --- a/include/boost/geometry/multi/core/point_order.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_CORE_POINT_ORDER_HPP -#define BOOST_GEOMETRY_MULTI_CORE_POINT_ORDER_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_CORE_POINT_ORDER_HPP diff --git a/include/boost/geometry/multi/core/point_type.hpp b/include/boost/geometry/multi/core/point_type.hpp deleted file mode 100644 index 5871b9ba7..000000000 --- a/include/boost/geometry/multi/core/point_type.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_CORE_POINT_TYPE_HPP -#define BOOST_GEOMETRY_MULTI_CORE_POINT_TYPE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_CORE_POINT_TYPE_HPP diff --git a/include/boost/geometry/multi/core/ring_type.hpp b/include/boost/geometry/multi/core/ring_type.hpp deleted file mode 100644 index 85ece1f61..000000000 --- a/include/boost/geometry/multi/core/ring_type.hpp +++ /dev/null @@ -1,27 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2013. -// Modifications copyright (c) 2013, Oracle and/or its affiliates. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_CORE_RING_TYPE_HPP -#define BOOST_GEOMETRY_MULTI_CORE_RING_TYPE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_CORE_RING_TYPE_HPP diff --git a/include/boost/geometry/multi/core/tags.hpp b/include/boost/geometry/multi/core/tags.hpp deleted file mode 100644 index cd69701f2..000000000 --- a/include/boost/geometry/multi/core/tags.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_CORE_TAGS_HPP -#define BOOST_GEOMETRY_MULTI_CORE_TAGS_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_CORE_TAGS_HPP diff --git a/include/boost/geometry/multi/core/topological_dimension.hpp b/include/boost/geometry/multi/core/topological_dimension.hpp deleted file mode 100644 index 1347285fe..000000000 --- a/include/boost/geometry/multi/core/topological_dimension.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_TOPOLOGICAL_DIMENSION_HPP -#define BOOST_GEOMETRY_MULTI_TOPOLOGICAL_DIMENSION_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif diff --git a/include/boost/geometry/multi/geometries/concepts/check.hpp b/include/boost/geometry/multi/geometries/concepts/check.hpp deleted file mode 100644 index 4626084ea..000000000 --- a/include/boost/geometry/multi/geometries/concepts/check.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_CHECK_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_CHECK_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_CHECK_HPP diff --git a/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp b/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp deleted file mode 100644 index 2080aff2f..000000000 --- a/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_LINESTRING_CONCEPT_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_LINESTRING_CONCEPT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_LINESTRING_CONCEPT_HPP diff --git a/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp b/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp deleted file mode 100644 index 0fd0bb78d..000000000 --- a/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_POINT_CONCEPT_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_POINT_CONCEPT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_POINT_CONCEPT_HPP diff --git a/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp b/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp deleted file mode 100644 index 3f0c1f72d..000000000 --- a/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_POLYGON_CONCEPT_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_POLYGON_CONCEPT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_CONCEPTS_MULTI_POLYGON_CONCEPT_HPP diff --git a/include/boost/geometry/multi/geometries/multi_geometries.hpp b/include/boost/geometry/multi/geometries/multi_geometries.hpp deleted file mode 100644 index f94b6526e..000000000 --- a/include/boost/geometry/multi/geometries/multi_geometries.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_GEOMETRIES_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_GEOMETRIES_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include -#include -#include - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_GEOMETRIES_HPP diff --git a/include/boost/geometry/multi/geometries/multi_linestring.hpp b/include/boost/geometry/multi/geometries/multi_linestring.hpp deleted file mode 100644 index 758e45e4c..000000000 --- a/include/boost/geometry/multi/geometries/multi_linestring.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_LINESTRING_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_LINESTRING_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_LINESTRING_HPP diff --git a/include/boost/geometry/multi/geometries/multi_point.hpp b/include/boost/geometry/multi/geometries/multi_point.hpp deleted file mode 100644 index e547c8e9c..000000000 --- a/include/boost/geometry/multi/geometries/multi_point.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_POINT_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_POINT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_POINT_HPP diff --git a/include/boost/geometry/multi/geometries/multi_polygon.hpp b/include/boost/geometry/multi/geometries/multi_polygon.hpp deleted file mode 100644 index 71cb38cb8..000000000 --- a/include/boost/geometry/multi/geometries/multi_polygon.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_POLYGON_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_POLYGON_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_MULTI_POLYGON_HPP diff --git a/include/boost/geometry/multi/geometries/register/multi_linestring.hpp b/include/boost/geometry/multi/geometries/register/multi_linestring.hpp deleted file mode 100644 index 005b910e7..000000000 --- a/include/boost/geometry/multi/geometries/register/multi_linestring.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_LINESTRING_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_LINESTRING_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_LINESTRING_HPP diff --git a/include/boost/geometry/multi/geometries/register/multi_point.hpp b/include/boost/geometry/multi/geometries/register/multi_point.hpp deleted file mode 100644 index 2560fa02e..000000000 --- a/include/boost/geometry/multi/geometries/register/multi_point.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_POINT_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_POINT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_POINT_HPP diff --git a/include/boost/geometry/multi/geometries/register/multi_polygon.hpp b/include/boost/geometry/multi/geometries/register/multi_polygon.hpp deleted file mode 100644 index 2549333b3..000000000 --- a/include/boost/geometry/multi/geometries/register/multi_polygon.hpp +++ /dev/null @@ -1,24 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#ifndef BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_POLYGON_HPP -#define BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_POLYGON_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_GEOMETRIES_REGISTER_MULTI_POLYGON_HPP diff --git a/include/boost/geometry/multi/io/dsv/write.hpp b/include/boost/geometry/multi/io/dsv/write.hpp deleted file mode 100644 index cd4a96d0f..000000000 --- a/include/boost/geometry/multi/io/dsv/write.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_IO_DSV_WRITE_HPP -#define BOOST_GEOMETRY_MULTI_IO_DSV_WRITE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_IO_DSV_WRITE_HPP diff --git a/include/boost/geometry/multi/io/wkt/read.hpp b/include/boost/geometry/multi/io/wkt/read.hpp deleted file mode 100644 index 9fe026cca..000000000 --- a/include/boost/geometry/multi/io/wkt/read.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_IO_WKT_READ_MULTI_HPP -#define BOOST_GEOMETRY_MULTI_IO_WKT_READ_MULTI_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_IO_WKT_READ_MULTI_HPP diff --git a/include/boost/geometry/multi/io/wkt/wkt.hpp b/include/boost/geometry/multi/io/wkt/wkt.hpp deleted file mode 100644 index 5d4fcc8e0..000000000 --- a/include/boost/geometry/multi/io/wkt/wkt.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_IO_WKT_WKT_HPP -#define BOOST_GEOMETRY_MULTI_IO_WKT_WKT_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include -#include - -#endif // BOOST_GEOMETRY_MULTI_IO_WKT_WKT_HPP diff --git a/include/boost/geometry/multi/io/wkt/write.hpp b/include/boost/geometry/multi/io/wkt/write.hpp deleted file mode 100644 index c83e337b3..000000000 --- a/include/boost/geometry/multi/io/wkt/write.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_IO_WKT_WRITE_HPP -#define BOOST_GEOMETRY_MULTI_IO_WKT_WRITE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_IO_WKT_WRITE_HPP diff --git a/include/boost/geometry/multi/multi.hpp b/include/boost/geometry/multi/multi.hpp deleted file mode 100644 index d9f15bd28..000000000 --- a/include/boost/geometry/multi/multi.hpp +++ /dev/null @@ -1,27 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2015 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2015 Mateusz Loskot, London, UK. - -// This file was modified by Oracle on 2013, 2015. -// Modifications copyright (c) 2013-2015, Oracle and/or its affiliates. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_HPP -#define BOOST_GEOMETRY_MULTI_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -// keep this file for now, for backward compatibility -// functionality-wise, make it equivalent to boost/geometry/geometry.hpp -#include - -#endif // BOOST_GEOMETRY_MULTI_HPP diff --git a/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp b/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp deleted file mode 100644 index 1d7476b68..000000000 --- a/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -// Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -// Copyright (c) 2009-2012 Mateusz Loskot, London, UK. - -// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library -// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -#ifndef BOOST_GEOMETRY_MULTI_STRATEGIES_CARTESIAN_CENTROID_AVERAGE_HPP -#define BOOST_GEOMETRY_MULTI_STRATEGIES_CARTESIAN_CENTROID_AVERAGE_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - -#include - - -#endif // BOOST_GEOMETRY_MULTI_STRATEGIES_CARTESIAN_CENTROID_AVERAGE_HPP diff --git a/include/boost/geometry/strategies/area.hpp b/include/boost/geometry/strategies/area.hpp deleted file mode 100644 index b2c7a440a..000000000 --- a/include/boost/geometry/strategies/area.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_AREA_HPP -#define BOOST_GEOMETRY_STRATEGIES_AREA_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_AREA_HPP diff --git a/include/boost/geometry/strategies/area_result.hpp b/include/boost/geometry/strategies/area_result.hpp deleted file mode 100644 index 7b6f915d2..000000000 --- a/include/boost/geometry/strategies/area_result.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_AREA_RESULT_HPP -#define BOOST_GEOMETRY_STRATEGIES_AREA_RESULT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_AREA_RESULT_HPP diff --git a/include/boost/geometry/strategies/cartesian/area.hpp b/include/boost/geometry/strategies/cartesian/area.hpp deleted file mode 100644 index 6dee57d6c..000000000 --- a/include/boost/geometry/strategies/cartesian/area.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_AREA_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_AREA_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_AREA_HPP diff --git a/include/boost/geometry/strategies/cartesian/area_surveyor.hpp b/include/boost/geometry/strategies/cartesian/area_surveyor.hpp deleted file mode 100644 index d10e945dc..000000000 --- a/include/boost/geometry/strategies/cartesian/area_surveyor.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_AREA_SURVEYOR_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_AREA_SURVEYOR_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_AREA_SURVEYOR_HPP diff --git a/include/boost/geometry/strategies/cartesian/envelope.hpp b/include/boost/geometry/strategies/cartesian/envelope.hpp deleted file mode 100644 index 0b3cad7a6..000000000 --- a/include/boost/geometry/strategies/cartesian/envelope.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_HPP diff --git a/include/boost/geometry/strategies/cartesian/envelope_box.hpp b/include/boost/geometry/strategies/cartesian/envelope_box.hpp deleted file mode 100644 index daf96f59f..000000000 --- a/include/boost/geometry/strategies/cartesian/envelope_box.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_BOX_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_BOX_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_BOX_HPP diff --git a/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp b/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp deleted file mode 100644 index 2722a4132..000000000 --- a/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_MULTIPOINT_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_MULTIPOINT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_MULTIPOINT_HPP diff --git a/include/boost/geometry/strategies/cartesian/envelope_point.hpp b/include/boost/geometry/strategies/cartesian/envelope_point.hpp deleted file mode 100644 index 26b157786..000000000 --- a/include/boost/geometry/strategies/cartesian/envelope_point.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_POINT_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_POINT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_POINT_HPP diff --git a/include/boost/geometry/strategies/cartesian/envelope_segment.hpp b/include/boost/geometry/strategies/cartesian/envelope_segment.hpp deleted file mode 100644 index 0d709f7f9..000000000 --- a/include/boost/geometry/strategies/cartesian/envelope_segment.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_SEGMENT_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_SEGMENT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_ENVELOPE_SEGMENT_HPP diff --git a/include/boost/geometry/strategies/cartesian/expand_box.hpp b/include/boost/geometry/strategies/cartesian/expand_box.hpp deleted file mode 100644 index 14218f777..000000000 --- a/include/boost/geometry/strategies/cartesian/expand_box.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_BOX_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_BOX_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_BOX_HPP diff --git a/include/boost/geometry/strategies/cartesian/expand_point.hpp b/include/boost/geometry/strategies/cartesian/expand_point.hpp deleted file mode 100644 index dc46cf058..000000000 --- a/include/boost/geometry/strategies/cartesian/expand_point.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_POINT_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_POINT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_POINT_HPP diff --git a/include/boost/geometry/strategies/cartesian/expand_segment.hpp b/include/boost/geometry/strategies/cartesian/expand_segment.hpp deleted file mode 100644 index 427d3a21e..000000000 --- a/include/boost/geometry/strategies/cartesian/expand_segment.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_SEGMENT_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_SEGMENT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_EXPAND_SEGMENT_HPP diff --git a/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp b/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp deleted file mode 100644 index 423a194a0..000000000 --- a/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2021, Oracle and/or its affiliates. - -// Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_CARTESIAN_SIDE_BY_TRIANGLE_HPP -#define BOOST_GEOMETRY_STRATEGIES_CARTESIAN_SIDE_BY_TRIANGLE_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_CARTESIAN_SIDE_BY_TRIANGLE_HPP diff --git a/include/boost/geometry/strategies/default_area_result.hpp b/include/boost/geometry/strategies/default_area_result.hpp deleted file mode 100644 index fbf6bbdd6..000000000 --- a/include/boost/geometry/strategies/default_area_result.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP -#define BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_DEFAULT_AREA_RESULT_HPP diff --git a/include/boost/geometry/strategies/envelope.hpp b/include/boost/geometry/strategies/envelope.hpp deleted file mode 100644 index 884db6443..000000000 --- a/include/boost/geometry/strategies/envelope.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_ENVELOPE_HPP -#define BOOST_GEOMETRY_STRATEGIES_ENVELOPE_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES2_ENVELOPE_HPP diff --git a/include/boost/geometry/strategies/expand.hpp b/include/boost/geometry/strategies/expand.hpp deleted file mode 100644 index 5c94d9180..000000000 --- a/include/boost/geometry/strategies/expand.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_EXPAND_HPP -#define BOOST_GEOMETRY_STRATEGIES_EXPAND_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_EXPAND_HPP diff --git a/include/boost/geometry/strategies/geographic/area.hpp b/include/boost/geometry/strategies/geographic/area.hpp deleted file mode 100644 index 7edf86820..000000000 --- a/include/boost/geometry/strategies/geographic/area.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_AREA_HPP -#define BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_AREA_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_AREA_HPP diff --git a/include/boost/geometry/strategies/geographic/envelope.hpp b/include/boost/geometry/strategies/geographic/envelope.hpp deleted file mode 100644 index 67ea6be9f..000000000 --- a/include/boost/geometry/strategies/geographic/envelope.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_ENVELOPE_HPP -#define BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_ENVELOPE_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_ENVELOPE_HPP diff --git a/include/boost/geometry/strategies/geographic/envelope_segment.hpp b/include/boost/geometry/strategies/geographic/envelope_segment.hpp deleted file mode 100644 index d9139ffa0..000000000 --- a/include/boost/geometry/strategies/geographic/envelope_segment.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_ENVELOPE_SEGMENT_HPP -#define BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_ENVELOPE_SEGMENT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_ENVELOPE_SEGMENT_HPP diff --git a/include/boost/geometry/strategies/geographic/expand_segment.hpp b/include/boost/geometry/strategies/geographic/expand_segment.hpp deleted file mode 100644 index 3e573c47b..000000000 --- a/include/boost/geometry/strategies/geographic/expand_segment.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_EXPAND_SEGMENT_HPP -#define BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_EXPAND_SEGMENT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_GEOGRAPHIC_EXPAND_SEGMENT_HPP diff --git a/include/boost/geometry/strategies/relate.hpp b/include/boost/geometry/strategies/relate.hpp deleted file mode 100644 index de1a58b8d..000000000 --- a/include/boost/geometry/strategies/relate.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_RELATE_HPP -#define BOOST_GEOMETRY_STRATEGIES_RELATE_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_RELATE_HPP diff --git a/include/boost/geometry/strategies/spherical/area.hpp b/include/boost/geometry/strategies/spherical/area.hpp deleted file mode 100644 index 981c8fec3..000000000 --- a/include/boost/geometry/strategies/spherical/area.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_AREA_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_AREA_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_AREA_HPP diff --git a/include/boost/geometry/strategies/spherical/envelope.hpp b/include/boost/geometry/strategies/spherical/envelope.hpp deleted file mode 100644 index 510ec8a4a..000000000 --- a/include/boost/geometry/strategies/spherical/envelope.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_HPP diff --git a/include/boost/geometry/strategies/spherical/envelope_box.hpp b/include/boost/geometry/strategies/spherical/envelope_box.hpp deleted file mode 100644 index 4ea840ed9..000000000 --- a/include/boost/geometry/strategies/spherical/envelope_box.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_BOX_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_BOX_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_BOX_HPP diff --git a/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp b/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp deleted file mode 100644 index 6fd64a567..000000000 --- a/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_MULTIPOINT_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_MULTIPOINT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_MULTIPOINT_HPP diff --git a/include/boost/geometry/strategies/spherical/envelope_point.hpp b/include/boost/geometry/strategies/spherical/envelope_point.hpp deleted file mode 100644 index 05101073f..000000000 --- a/include/boost/geometry/strategies/spherical/envelope_point.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_POINT_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_POINT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_POINT_HPP diff --git a/include/boost/geometry/strategies/spherical/envelope_segment.hpp b/include/boost/geometry/strategies/spherical/envelope_segment.hpp deleted file mode 100644 index 2eae6976a..000000000 --- a/include/boost/geometry/strategies/spherical/envelope_segment.hpp +++ /dev/null @@ -1,22 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_SEGMENT_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_SEGMENT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_ENVELOPE_SEGMENT_HPP - diff --git a/include/boost/geometry/strategies/spherical/expand_box.hpp b/include/boost/geometry/strategies/spherical/expand_box.hpp deleted file mode 100644 index 10f8caa1e..000000000 --- a/include/boost/geometry/strategies/spherical/expand_box.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_BOX_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_BOX_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_BOX_HPP diff --git a/include/boost/geometry/strategies/spherical/expand_point.hpp b/include/boost/geometry/strategies/spherical/expand_point.hpp deleted file mode 100644 index e784f15ff..000000000 --- a/include/boost/geometry/strategies/spherical/expand_point.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_POINT_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_POINT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_POINT_HPP diff --git a/include/boost/geometry/strategies/spherical/expand_segment.hpp b/include/boost/geometry/strategies/spherical/expand_segment.hpp deleted file mode 100644 index e87bec450..000000000 --- a/include/boost/geometry/strategies/spherical/expand_segment.hpp +++ /dev/null @@ -1,21 +0,0 @@ -// Boost.Geometry - -// Copyright (c) 2020, Oracle and/or its affiliates. - -// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle - -// Licensed under the Boost Software License version 1.0. -// http://www.boost.org/users/license.html - -#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_SEGMENT_HPP -#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_SEGMENT_HPP - - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") - - -#include - - -#endif // BOOST_GEOMETRY_STRATEGIES_SPHERICAL_EXPAND_SEGMENT_HPP