From 425263e1663c07e908cda74b6d8d909ccafc70b3 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Wed, 13 Mar 2024 17:51:00 +0000 Subject: [PATCH] remove unused source and deprecate many --- .../detail/within/within_no_turns.hpp | 230 ------------------ .../geometry/io/wkt/detail/wkt_multi.hpp | 23 -- .../geometry/multi/algorithms/append.hpp | 2 + .../boost/geometry/multi/algorithms/area.hpp | 2 + .../geometry/multi/algorithms/centroid.hpp | 2 + .../boost/geometry/multi/algorithms/clear.hpp | 2 + .../geometry/multi/algorithms/convert.hpp | 2 + .../geometry/multi/algorithms/correct.hpp | 2 + .../geometry/multi/algorithms/covered_by.hpp | 2 + .../algorithms/detail/extreme_points.hpp | 2 + .../algorithms/detail/for_each_range.hpp | 2 + .../multi/algorithms/detail/modify.hpp | 2 + .../detail/modify_with_predicate.hpp | 2 + .../multi/algorithms/detail/multi_sum.hpp | 2 + .../detail/overlay/copy_segment_point.hpp | 2 + .../detail/overlay/copy_segments.hpp | 2 + .../algorithms/detail/overlay/get_turns.hpp | 2 + .../detail/overlay/self_turn_points.hpp | 2 + .../algorithms/detail/point_on_border.hpp | 2 + .../detail/sections/range_by_section.hpp | 2 + .../detail/sections/sectionalize.hpp | 2 + .../geometry/multi/algorithms/disjoint.hpp | 3 + .../geometry/multi/algorithms/distance.hpp | 4 +- .../geometry/multi/algorithms/envelope.hpp | 2 + .../geometry/multi/algorithms/equals.hpp | 2 + .../geometry/multi/algorithms/for_each.hpp | 2 + .../multi/algorithms/intersection.hpp | 2 + .../geometry/multi/algorithms/length.hpp | 2 + .../multi/algorithms/num_geometries.hpp | 2 + .../multi/algorithms/num_interior_rings.hpp | 2 + .../geometry/multi/algorithms/num_points.hpp | 2 + .../geometry/multi/algorithms/perimeter.hpp | 2 + .../multi/algorithms/remove_spikes.hpp | 2 + .../geometry/multi/algorithms/reverse.hpp | 2 + .../geometry/multi/algorithms/simplify.hpp | 2 + .../geometry/multi/algorithms/transform.hpp | 2 + .../geometry/multi/algorithms/unique.hpp | 2 + .../geometry/multi/algorithms/within.hpp | 3 + include/boost/geometry/multi/core/closure.hpp | 3 + .../boost/geometry/multi/core/geometry_id.hpp | 3 + .../geometry/multi/core/interior_rings.hpp | 2 + .../boost/geometry/multi/core/is_areal.hpp | 2 + .../boost/geometry/multi/core/point_order.hpp | 2 + .../boost/geometry/multi/core/point_type.hpp | 2 + .../boost/geometry/multi/core/ring_type.hpp | 2 + include/boost/geometry/multi/core/tags.hpp | 2 + .../multi/core/topological_dimension.hpp | 2 + .../multi/geometries/concepts/check.hpp | 2 + .../concepts/multi_linestring_concept.hpp | 2 + .../concepts/multi_point_concept.hpp | 2 + .../concepts/multi_polygon_concept.hpp | 2 + .../multi/geometries/multi_geometries.hpp | 3 + .../multi/geometries/multi_linestring.hpp | 2 + .../geometry/multi/geometries/multi_point.hpp | 2 + .../multi/geometries/multi_polygon.hpp | 2 + .../geometries/register/multi_linestring.hpp | 2 + .../multi/geometries/register/multi_point.hpp | 2 + .../geometries/register/multi_polygon.hpp | 2 + include/boost/geometry/multi/io/dsv/write.hpp | 2 + .../geometry/multi/io/wkt/detail/prefix.hpp | 20 -- include/boost/geometry/multi/io/wkt/read.hpp | 2 + include/boost/geometry/multi/io/wkt/wkt.hpp | 3 + include/boost/geometry/multi/io/wkt/write.hpp | 2 + include/boost/geometry/multi/multi.hpp | 3 + .../strategies/cartesian/centroid_average.hpp | 2 + include/boost/geometry/strategies/area.hpp | 2 +- .../boost/geometry/strategies/area_result.hpp | 2 +- .../geometry/strategies/cartesian/area.hpp | 2 +- .../strategies/cartesian/area_surveyor.hpp | 2 +- .../strategies/cartesian/envelope.hpp | 2 +- .../strategies/cartesian/envelope_box.hpp | 2 +- .../cartesian/envelope_multipoint.hpp | 2 +- .../strategies/cartesian/envelope_point.hpp | 2 +- .../strategies/cartesian/envelope_segment.hpp | 2 +- .../strategies/cartesian/expand_box.hpp | 2 +- .../strategies/cartesian/expand_point.hpp | 2 +- .../strategies/cartesian/expand_segment.hpp | 2 +- .../strategies/cartesian/side_by_triangle.hpp | 2 +- .../strategies/default_area_result.hpp | 2 +- .../boost/geometry/strategies/envelope.hpp | 2 +- include/boost/geometry/strategies/expand.hpp | 2 +- .../geometry/strategies/geographic/area.hpp | 2 +- .../strategies/geographic/envelope.hpp | 2 +- .../geographic/envelope_segment.hpp | 2 +- .../strategies/geographic/expand_segment.hpp | 2 +- include/boost/geometry/strategies/relate.hpp | 2 +- .../geometry/strategies/spherical/area.hpp | 2 +- .../strategies/spherical/envelope.hpp | 2 +- .../strategies/spherical/envelope_box.hpp | 2 +- .../spherical/envelope_multipoint.hpp | 2 +- .../strategies/spherical/envelope_point.hpp | 2 +- .../strategies/spherical/envelope_segment.hpp | 2 +- .../strategies/spherical/expand_box.hpp | 2 +- .../strategies/spherical/expand_point.hpp | 2 +- .../strategies/spherical/expand_segment.hpp | 2 +- 95 files changed, 161 insertions(+), 305 deletions(-) delete mode 100644 include/boost/geometry/algorithms/detail/within/within_no_turns.hpp delete mode 100644 include/boost/geometry/io/wkt/detail/wkt_multi.hpp delete mode 100644 include/boost/geometry/multi/io/wkt/detail/prefix.hpp diff --git a/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp b/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp deleted file mode 100644 index 18efb9b46..000000000 --- a/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp +++ /dev/null @@ -1,230 +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-2023. -// Modifications copyright (c) 2013-2023, Oracle and/or its affiliates. -// Contributed and/or modified by Vissarion Fysikopoulos, 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_ALGORITHMS_DETAIL_WITHIN_WITHIN_NO_TURNS_HPP -#define BOOST_GEOMETRY_ALGORITHMS_DETAIL_WITHIN_WITHIN_NO_TURNS_HPP - - -#include -#include -#include - -namespace boost { namespace geometry { - -#ifndef DOXYGEN_NO_DETAIL -namespace detail_dispatch { namespace within { - -// returns true if G1 is within G2 -// this function should be called only if there are no intersection points -// otherwise it may return invalid result -// e.g. when non-first point of G1 is outside G2 or when some rings of G1 are the same as rings of G2 - -template ::type, - typename Tag2 = typename geometry::tag::type> -struct within_no_turns -{ - template static inline - bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) - { - typedef typename geometry::point_type::type point1_type; - point1_type p; - if (! geometry::point_on_border(p, geometry1)) - { - return false; - } - - return detail::within::point_in_geometry(p, geometry2, strategy) >= 0; - } -}; - -template -struct within_no_turns -{ - template static inline - bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) - { - typedef typename geometry::point_type::type point1_type; - typedef typename geometry::point_type::type point2_type; - point1_type p; - if (! geometry::point_on_border(p, geometry1)) - { - return false; - } - // check if one of ring points is outside the polygon - if (detail::within::point_in_geometry(p, geometry2, strategy) < 0) - { - return false; - } - // Now check if holes of G2 aren't inside G1 - auto const& rings2 = geometry::interior_rings(geometry2); - for (auto it = boost::begin(rings2); it != boost::end(rings2); ++it) - { - point2_type p; - if (! geometry::point_on_border(p, *it)) - { - return false; - } - if (detail::within::point_in_geometry(p, geometry1, strategy) > 0) - { - return false; - } - } - return true; - } -}; - -template -struct within_no_turns -{ - template static inline - bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) - { - typedef typename geometry::point_type::type point1_type; - typedef typename geometry::point_type::type point2_type; - point1_type p; - if (! geometry::point_on_border(p, geometry1)) - { - return false; - } - // check if one of ring points is outside the polygon - if (detail::within::point_in_geometry(p, geometry2, strategy) < 0) - { - return false; - } - // Now check if holes of G2 aren't inside G1 - auto const& rings2 = geometry::interior_rings(geometry2); - for (auto it2 = boost::begin(rings2); it2 != boost::end(rings2); ++it2) - { - point2_type p2; - if (! geometry::point_on_border(p2, *it2)) - { - return false; - } - // if the hole of G2 is inside G1 - if (detail::within::point_in_geometry(p2, geometry1, strategy) > 0) - { - // if it's also inside one of the G1 holes, it's ok - bool ok = false; - auto const& rings1 = geometry::interior_rings(geometry1); - for (auto it1 = boost::begin(rings1); it1 != boost::end(rings1); ++it1) - { - if (detail::within::point_in_geometry(p2, *it1, strategy) < 0) - { - ok = true; - break; - } - } - if (! ok) - { - return false; - } - } - } - return true; - } -}; - -template ::type, - typename Tag2 = typename geometry::tag::type, - bool IsMulti1 = util::is_multi::value, - bool IsMulti2 = util::is_multi::value> -struct within_no_turns_multi -{ - template static inline - bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) - { - return within_no_turns::apply(geometry1, geometry2, strategy); - } -}; - -template -struct within_no_turns_multi -{ - template static inline - bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) - { - // All values of G1 must be inside G2 - typedef typename boost::range_value::type subgeometry1; - for (auto it = boost::begin(geometry1) ; it != boost::end(geometry1) ; ++it ) - { - if (! within_no_turns::apply(*it, geometry2, strategy)) - { - return false; - } - } - return true; - } -}; - -template -struct within_no_turns_multi -{ - template static inline - bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) - { - // G1 must be within at least one value of G2 - typedef typename boost::range_value::type subgeometry2; - for (auto it = boost::begin(geometry2); it != boost::end(geometry2); ++it) - { - if (within_no_turns::apply(geometry1, *it, strategy)) - { - return true; - } - } - return false; - } -}; - -template -struct within_no_turns_multi -{ - template static inline - bool apply(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) - { - // each value of G1 must be inside at least one value of G2 - typedef typename boost::range_value::type subgeometry1; - for (auto it = boost::begin(geometry1) ; it != boost::end(geometry1) ; ++it) - { - if (! within_no_turns_multi::apply(*it, geometry2, strategy)) - { - return false; - } - } - return true; - } -}; - -}} // namespace detail_dispatch::within - -namespace detail { namespace within { - -template -inline bool within_no_turns(Geometry1 const& geometry1, Geometry2 const& geometry2, Strategy const& strategy) -{ - return detail_dispatch::within::within_no_turns_multi::apply(geometry1, geometry2, strategy); -} - -}} // namespace detail::within -#endif // DOXYGEN_NO_DETAIL - -}} // namespace boost::geometry - -#endif // BOOST_GEOMETRY_ALGORITHMS_DETAIL_WITHIN_WITHIN_NO_TURNS_HPP diff --git a/include/boost/geometry/io/wkt/detail/wkt_multi.hpp b/include/boost/geometry/io/wkt/detail/wkt_multi.hpp deleted file mode 100644 index f33275216..000000000 --- a/include/boost/geometry/io/wkt/detail/wkt_multi.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) - -// Copyright (c) 2007-2022 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_IO_WKT_MULTI_HPP -#define BOOST_GEOMETRY_IO_WKT_MULTI_HPP - -#include -#include - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") - -#endif // BOOST_GEOMETRY_IO_WKT_MULTI_HPP diff --git a/include/boost/geometry/multi/algorithms/append.hpp b/include/boost/geometry/multi/algorithms/append.hpp index d1589aca8..e3c94efcb 100644 --- a/include/boost/geometry/multi/algorithms/append.hpp +++ b/include/boost/geometry/multi/algorithms/append.hpp @@ -20,6 +20,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/area.hpp b/include/boost/geometry/multi/algorithms/area.hpp index 0e25ffc64..a9397d82e 100644 --- a/include/boost/geometry/multi/algorithms/area.hpp +++ b/include/boost/geometry/multi/algorithms/area.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/centroid.hpp b/include/boost/geometry/multi/algorithms/centroid.hpp index 1c9902f2b..d9606ffd6 100644 --- a/include/boost/geometry/multi/algorithms/centroid.hpp +++ b/include/boost/geometry/multi/algorithms/centroid.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/clear.hpp b/include/boost/geometry/multi/algorithms/clear.hpp index 6d9e284d0..f1e9bc401 100644 --- a/include/boost/geometry/multi/algorithms/clear.hpp +++ b/include/boost/geometry/multi/algorithms/clear.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/convert.hpp b/include/boost/geometry/multi/algorithms/convert.hpp index 0e7b2946d..54a1a3294 100644 --- a/include/boost/geometry/multi/algorithms/convert.hpp +++ b/include/boost/geometry/multi/algorithms/convert.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/correct.hpp b/include/boost/geometry/multi/algorithms/correct.hpp index 83d26ca60..32a229604 100644 --- a/include/boost/geometry/multi/algorithms/correct.hpp +++ b/include/boost/geometry/multi/algorithms/correct.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/covered_by.hpp b/include/boost/geometry/multi/algorithms/covered_by.hpp index 706bc7847..04e40e721 100644 --- a/include/boost/geometry/multi/algorithms/covered_by.hpp +++ b/include/boost/geometry/multi/algorithms/covered_by.hpp @@ -20,6 +20,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp b/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp index da2ac5e9f..9b84730ff 100644 --- a/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp +++ b/include/boost/geometry/multi/algorithms/detail/extreme_points.hpp @@ -12,6 +12,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp b/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp index 2fe475ed5..fb6633c0d 100644 --- a/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp +++ b/include/boost/geometry/multi/algorithms/detail/for_each_range.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/modify.hpp b/include/boost/geometry/multi/algorithms/detail/modify.hpp index ae52e002f..8a52b4298 100644 --- a/include/boost/geometry/multi/algorithms/detail/modify.hpp +++ b/include/boost/geometry/multi/algorithms/detail/modify.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp b/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp index 1a82a6714..0be682835 100644 --- a/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp +++ b/include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp b/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp index b91970a16..ca10adc8f 100644 --- a/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp +++ b/include/boost/geometry/multi/algorithms/detail/multi_sum.hpp @@ -14,6 +14,8 @@ #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 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 index 5e23cf4ba..69cff5fdc 100644 --- a/include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp +++ b/include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp @@ -12,6 +12,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp b/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp index 54114bfae..76f239df0 100644 --- a/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp +++ b/include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp @@ -9,6 +9,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp b/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp index a83fb7739..fbc2e85a0 100644 --- a/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp +++ b/include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp @@ -9,6 +9,8 @@ #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 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 index 39bfea2fb..f2dae9efe 100644 --- a/include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp +++ b/include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp @@ -9,6 +9,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp b/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp index 2ee789c5d..56fa25063 100644 --- a/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp +++ b/include/boost/geometry/multi/algorithms/detail/point_on_border.hpp @@ -17,6 +17,8 @@ #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 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 index 5604d9d74..b507d51cc 100644 --- a/include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp +++ b/include/boost/geometry/multi/algorithms/detail/sections/range_by_section.hpp @@ -19,6 +19,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp b/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp index ef9802123..4e7aa9c31 100644 --- a/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp +++ b/include/boost/geometry/multi/algorithms/detail/sections/sectionalize.hpp @@ -17,6 +17,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/disjoint.hpp b/include/boost/geometry/multi/algorithms/disjoint.hpp index 55f0f01cd..8e732558d 100644 --- a/include/boost/geometry/multi/algorithms/disjoint.hpp +++ b/include/boost/geometry/multi/algorithms/disjoint.hpp @@ -16,6 +16,9 @@ #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 index 4946b6f3e..35ebcb5fb 100644 --- a/include/boost/geometry/multi/algorithms/distance.hpp +++ b/include/boost/geometry/multi/algorithms/distance.hpp @@ -19,8 +19,8 @@ #ifndef BOOST_GEOMETRY_MULTI_ALGORITHMS_DISTANCE_HPP #define BOOST_GEOMETRY_MULTI_ALGORITHMS_DISTANCE_HPP -// this file is intentionally empty (with the exception of the #include below) -// it is used for backward compatinility and may be removed in the future +#include +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/multi/algorithms/envelope.hpp b/include/boost/geometry/multi/algorithms/envelope.hpp index 457dfaf3b..1b99bebcf 100644 --- a/include/boost/geometry/multi/algorithms/envelope.hpp +++ b/include/boost/geometry/multi/algorithms/envelope.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/equals.hpp b/include/boost/geometry/multi/algorithms/equals.hpp index 0f045fff9..3aea16e94 100644 --- a/include/boost/geometry/multi/algorithms/equals.hpp +++ b/include/boost/geometry/multi/algorithms/equals.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/for_each.hpp b/include/boost/geometry/multi/algorithms/for_each.hpp index d8b3af1ff..dc0b29c8b 100644 --- a/include/boost/geometry/multi/algorithms/for_each.hpp +++ b/include/boost/geometry/multi/algorithms/for_each.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/intersection.hpp b/include/boost/geometry/multi/algorithms/intersection.hpp index f43446325..117b084e6 100644 --- a/include/boost/geometry/multi/algorithms/intersection.hpp +++ b/include/boost/geometry/multi/algorithms/intersection.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/length.hpp b/include/boost/geometry/multi/algorithms/length.hpp index 168e6a732..12d0efc08 100644 --- a/include/boost/geometry/multi/algorithms/length.hpp +++ b/include/boost/geometry/multi/algorithms/length.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/num_geometries.hpp b/include/boost/geometry/multi/algorithms/num_geometries.hpp index 3a85f4e4b..6dcd44aac 100644 --- a/include/boost/geometry/multi/algorithms/num_geometries.hpp +++ b/include/boost/geometry/multi/algorithms/num_geometries.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/num_interior_rings.hpp b/include/boost/geometry/multi/algorithms/num_interior_rings.hpp index fbaa113af..62f74fc1f 100644 --- a/include/boost/geometry/multi/algorithms/num_interior_rings.hpp +++ b/include/boost/geometry/multi/algorithms/num_interior_rings.hpp @@ -19,6 +19,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/num_points.hpp b/include/boost/geometry/multi/algorithms/num_points.hpp index a736f4254..9b56ce241 100644 --- a/include/boost/geometry/multi/algorithms/num_points.hpp +++ b/include/boost/geometry/multi/algorithms/num_points.hpp @@ -20,6 +20,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/perimeter.hpp b/include/boost/geometry/multi/algorithms/perimeter.hpp index 4820111f1..844bb526b 100644 --- a/include/boost/geometry/multi/algorithms/perimeter.hpp +++ b/include/boost/geometry/multi/algorithms/perimeter.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/remove_spikes.hpp b/include/boost/geometry/multi/algorithms/remove_spikes.hpp index af224ec47..5660cf6a9 100644 --- a/include/boost/geometry/multi/algorithms/remove_spikes.hpp +++ b/include/boost/geometry/multi/algorithms/remove_spikes.hpp @@ -12,6 +12,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/reverse.hpp b/include/boost/geometry/multi/algorithms/reverse.hpp index a7872bdd2..cea453e7c 100644 --- a/include/boost/geometry/multi/algorithms/reverse.hpp +++ b/include/boost/geometry/multi/algorithms/reverse.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/simplify.hpp b/include/boost/geometry/multi/algorithms/simplify.hpp index 8648d366d..f4d7222a7 100644 --- a/include/boost/geometry/multi/algorithms/simplify.hpp +++ b/include/boost/geometry/multi/algorithms/simplify.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/transform.hpp b/include/boost/geometry/multi/algorithms/transform.hpp index 7aa691ec4..e384dbed6 100644 --- a/include/boost/geometry/multi/algorithms/transform.hpp +++ b/include/boost/geometry/multi/algorithms/transform.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/unique.hpp b/include/boost/geometry/multi/algorithms/unique.hpp index fa063a312..bb0a04e99 100644 --- a/include/boost/geometry/multi/algorithms/unique.hpp +++ b/include/boost/geometry/multi/algorithms/unique.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/algorithms/within.hpp b/include/boost/geometry/multi/algorithms/within.hpp index 9fdc5dd39..7127775fd 100644 --- a/include/boost/geometry/multi/algorithms/within.hpp +++ b/include/boost/geometry/multi/algorithms/within.hpp @@ -20,6 +20,9 @@ #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 index 9e7cf3c24..65eb5b80f 100644 --- a/include/boost/geometry/multi/core/closure.hpp +++ b/include/boost/geometry/multi/core/closure.hpp @@ -14,6 +14,9 @@ #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 index 7d5e888ba..f929ab5ae 100644 --- a/include/boost/geometry/multi/core/geometry_id.hpp +++ b/include/boost/geometry/multi/core/geometry_id.hpp @@ -15,6 +15,9 @@ #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 index deeeff81d..472bcacfb 100644 --- a/include/boost/geometry/multi/core/interior_rings.hpp +++ b/include/boost/geometry/multi/core/interior_rings.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/core/is_areal.hpp b/include/boost/geometry/multi/core/is_areal.hpp index 30f98527a..1c8e0d345 100644 --- a/include/boost/geometry/multi/core/is_areal.hpp +++ b/include/boost/geometry/multi/core/is_areal.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/core/point_order.hpp b/include/boost/geometry/multi/core/point_order.hpp index 119e55c3b..79aa84b3a 100644 --- a/include/boost/geometry/multi/core/point_order.hpp +++ b/include/boost/geometry/multi/core/point_order.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/core/point_type.hpp b/include/boost/geometry/multi/core/point_type.hpp index a7277d09a..5871b9ba7 100644 --- a/include/boost/geometry/multi/core/point_type.hpp +++ b/include/boost/geometry/multi/core/point_type.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/core/ring_type.hpp b/include/boost/geometry/multi/core/ring_type.hpp index b27b5527c..85ece1f61 100644 --- a/include/boost/geometry/multi/core/ring_type.hpp +++ b/include/boost/geometry/multi/core/ring_type.hpp @@ -18,6 +18,8 @@ #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 diff --git a/include/boost/geometry/multi/core/tags.hpp b/include/boost/geometry/multi/core/tags.hpp index fb0758d95..cd69701f2 100644 --- a/include/boost/geometry/multi/core/tags.hpp +++ b/include/boost/geometry/multi/core/tags.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/core/topological_dimension.hpp b/include/boost/geometry/multi/core/topological_dimension.hpp index b4f1e89ae..1347285fe 100644 --- a/include/boost/geometry/multi/core/topological_dimension.hpp +++ b/include/boost/geometry/multi/core/topological_dimension.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/concepts/check.hpp b/include/boost/geometry/multi/geometries/concepts/check.hpp index c741afd79..4626084ea 100644 --- a/include/boost/geometry/multi/geometries/concepts/check.hpp +++ b/include/boost/geometry/multi/geometries/concepts/check.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp b/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp index 9a9438efc..2080aff2f 100644 --- a/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp +++ b/include/boost/geometry/multi/geometries/concepts/multi_linestring_concept.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp b/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp index 14c1d25e5..0fd0bb78d 100644 --- a/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp +++ b/include/boost/geometry/multi/geometries/concepts/multi_point_concept.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp b/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp index 5e46fb753..3f0c1f72d 100644 --- a/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp +++ b/include/boost/geometry/multi/geometries/concepts/multi_polygon_concept.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/multi_geometries.hpp b/include/boost/geometry/multi/geometries/multi_geometries.hpp index 53042091b..f94b6526e 100644 --- a/include/boost/geometry/multi/geometries/multi_geometries.hpp +++ b/include/boost/geometry/multi/geometries/multi_geometries.hpp @@ -14,6 +14,9 @@ #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 diff --git a/include/boost/geometry/multi/geometries/multi_linestring.hpp b/include/boost/geometry/multi/geometries/multi_linestring.hpp index 696d907dc..758e45e4c 100644 --- a/include/boost/geometry/multi/geometries/multi_linestring.hpp +++ b/include/boost/geometry/multi/geometries/multi_linestring.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/multi_point.hpp b/include/boost/geometry/multi/geometries/multi_point.hpp index 750ad7802..e547c8e9c 100644 --- a/include/boost/geometry/multi/geometries/multi_point.hpp +++ b/include/boost/geometry/multi/geometries/multi_point.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/multi_polygon.hpp b/include/boost/geometry/multi/geometries/multi_polygon.hpp index 06fefc785..71cb38cb8 100644 --- a/include/boost/geometry/multi/geometries/multi_polygon.hpp +++ b/include/boost/geometry/multi/geometries/multi_polygon.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/register/multi_linestring.hpp b/include/boost/geometry/multi/geometries/register/multi_linestring.hpp index 2783a8455..005b910e7 100644 --- a/include/boost/geometry/multi/geometries/register/multi_linestring.hpp +++ b/include/boost/geometry/multi/geometries/register/multi_linestring.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/register/multi_point.hpp b/include/boost/geometry/multi/geometries/register/multi_point.hpp index 6063492c2..2560fa02e 100644 --- a/include/boost/geometry/multi/geometries/register/multi_point.hpp +++ b/include/boost/geometry/multi/geometries/register/multi_point.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/geometries/register/multi_polygon.hpp b/include/boost/geometry/multi/geometries/register/multi_polygon.hpp index 6a3e47e3d..2549333b3 100644 --- a/include/boost/geometry/multi/geometries/register/multi_polygon.hpp +++ b/include/boost/geometry/multi/geometries/register/multi_polygon.hpp @@ -15,6 +15,8 @@ #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 diff --git a/include/boost/geometry/multi/io/dsv/write.hpp b/include/boost/geometry/multi/io/dsv/write.hpp index 092869f56..cd4a96d0f 100644 --- a/include/boost/geometry/multi/io/dsv/write.hpp +++ b/include/boost/geometry/multi/io/dsv/write.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/io/wkt/detail/prefix.hpp b/include/boost/geometry/multi/io/wkt/detail/prefix.hpp deleted file mode 100644 index ee6b37e59..000000000 --- a/include/boost/geometry/multi/io/wkt/detail/prefix.hpp +++ /dev/null @@ -1,20 +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_DETAIL_PREFIX_HPP -#define BOOST_GEOMETRY_MULTI_IO_WKT_DETAIL_PREFIX_HPP - -#include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") - -#endif // BOOST_GEOMETRY_MULTI_IO_WKT_DETAIL_PREFIX_HPP diff --git a/include/boost/geometry/multi/io/wkt/read.hpp b/include/boost/geometry/multi/io/wkt/read.hpp index 37e5f9e72..9fe026cca 100644 --- a/include/boost/geometry/multi/io/wkt/read.hpp +++ b/include/boost/geometry/multi/io/wkt/read.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/io/wkt/wkt.hpp b/include/boost/geometry/multi/io/wkt/wkt.hpp index a6159e140..5d4fcc8e0 100644 --- a/include/boost/geometry/multi/io/wkt/wkt.hpp +++ b/include/boost/geometry/multi/io/wkt/wkt.hpp @@ -14,6 +14,9 @@ #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 diff --git a/include/boost/geometry/multi/io/wkt/write.hpp b/include/boost/geometry/multi/io/wkt/write.hpp index 2c26d3d2e..c83e337b3 100644 --- a/include/boost/geometry/multi/io/wkt/write.hpp +++ b/include/boost/geometry/multi/io/wkt/write.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/multi/multi.hpp b/include/boost/geometry/multi/multi.hpp index 85d763ee6..d9f15bd28 100644 --- a/include/boost/geometry/multi/multi.hpp +++ b/include/boost/geometry/multi/multi.hpp @@ -17,6 +17,9 @@ #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 diff --git a/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp b/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp index ce614e2e7..1d7476b68 100644 --- a/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp +++ b/include/boost/geometry/multi/strategies/cartesian/centroid_average.hpp @@ -14,6 +14,8 @@ #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 diff --git a/include/boost/geometry/strategies/area.hpp b/include/boost/geometry/strategies/area.hpp index 9e0cd01b4..b2c7a440a 100644 --- a/include/boost/geometry/strategies/area.hpp +++ b/include/boost/geometry/strategies/area.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/area_result.hpp b/include/boost/geometry/strategies/area_result.hpp index e15a116ae..7b6f915d2 100644 --- a/include/boost/geometry/strategies/area_result.hpp +++ b/include/boost/geometry/strategies/area_result.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/area.hpp b/include/boost/geometry/strategies/cartesian/area.hpp index a19738c0a..6dee57d6c 100644 --- a/include/boost/geometry/strategies/cartesian/area.hpp +++ b/include/boost/geometry/strategies/cartesian/area.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/area_surveyor.hpp b/include/boost/geometry/strategies/cartesian/area_surveyor.hpp index 181d66f73..d10e945dc 100644 --- a/include/boost/geometry/strategies/cartesian/area_surveyor.hpp +++ b/include/boost/geometry/strategies/cartesian/area_surveyor.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/envelope.hpp b/include/boost/geometry/strategies/cartesian/envelope.hpp index 0e07e8425..0b3cad7a6 100644 --- a/include/boost/geometry/strategies/cartesian/envelope.hpp +++ b/include/boost/geometry/strategies/cartesian/envelope.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/envelope_box.hpp b/include/boost/geometry/strategies/cartesian/envelope_box.hpp index de7d186f6..daf96f59f 100644 --- a/include/boost/geometry/strategies/cartesian/envelope_box.hpp +++ b/include/boost/geometry/strategies/cartesian/envelope_box.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp b/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp index 835bb56c5..2722a4132 100644 --- a/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp +++ b/include/boost/geometry/strategies/cartesian/envelope_multipoint.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/envelope_point.hpp b/include/boost/geometry/strategies/cartesian/envelope_point.hpp index 1abd00282..26b157786 100644 --- a/include/boost/geometry/strategies/cartesian/envelope_point.hpp +++ b/include/boost/geometry/strategies/cartesian/envelope_point.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/envelope_segment.hpp b/include/boost/geometry/strategies/cartesian/envelope_segment.hpp index b2951a5fa..0d709f7f9 100644 --- a/include/boost/geometry/strategies/cartesian/envelope_segment.hpp +++ b/include/boost/geometry/strategies/cartesian/envelope_segment.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/expand_box.hpp b/include/boost/geometry/strategies/cartesian/expand_box.hpp index 2e9cf2df9..14218f777 100644 --- a/include/boost/geometry/strategies/cartesian/expand_box.hpp +++ b/include/boost/geometry/strategies/cartesian/expand_box.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/expand_point.hpp b/include/boost/geometry/strategies/cartesian/expand_point.hpp index 1f067d27b..dc46cf058 100644 --- a/include/boost/geometry/strategies/cartesian/expand_point.hpp +++ b/include/boost/geometry/strategies/cartesian/expand_point.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/expand_segment.hpp b/include/boost/geometry/strategies/cartesian/expand_segment.hpp index b65877976..427d3a21e 100644 --- a/include/boost/geometry/strategies/cartesian/expand_segment.hpp +++ b/include/boost/geometry/strategies/cartesian/expand_segment.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp b/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp index 848570fd9..423a194a0 100644 --- a/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp +++ b/include/boost/geometry/strategies/cartesian/side_by_triangle.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/default_area_result.hpp b/include/boost/geometry/strategies/default_area_result.hpp index 21561f326..fbf6bbdd6 100644 --- a/include/boost/geometry/strategies/default_area_result.hpp +++ b/include/boost/geometry/strategies/default_area_result.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/envelope.hpp b/include/boost/geometry/strategies/envelope.hpp index 5cbc80361..884db6443 100644 --- a/include/boost/geometry/strategies/envelope.hpp +++ b/include/boost/geometry/strategies/envelope.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/expand.hpp b/include/boost/geometry/strategies/expand.hpp index 0a5b21125..5c94d9180 100644 --- a/include/boost/geometry/strategies/expand.hpp +++ b/include/boost/geometry/strategies/expand.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/geographic/area.hpp b/include/boost/geometry/strategies/geographic/area.hpp index 600c73945..7edf86820 100644 --- a/include/boost/geometry/strategies/geographic/area.hpp +++ b/include/boost/geometry/strategies/geographic/area.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/geographic/envelope.hpp b/include/boost/geometry/strategies/geographic/envelope.hpp index b6dc642de..67ea6be9f 100644 --- a/include/boost/geometry/strategies/geographic/envelope.hpp +++ b/include/boost/geometry/strategies/geographic/envelope.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/geographic/envelope_segment.hpp b/include/boost/geometry/strategies/geographic/envelope_segment.hpp index 8afe6959e..d9139ffa0 100644 --- a/include/boost/geometry/strategies/geographic/envelope_segment.hpp +++ b/include/boost/geometry/strategies/geographic/envelope_segment.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/geographic/expand_segment.hpp b/include/boost/geometry/strategies/geographic/expand_segment.hpp index 20c327602..3e573c47b 100644 --- a/include/boost/geometry/strategies/geographic/expand_segment.hpp +++ b/include/boost/geometry/strategies/geographic/expand_segment.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/relate.hpp b/include/boost/geometry/strategies/relate.hpp index 7d388eb51..de1a58b8d 100644 --- a/include/boost/geometry/strategies/relate.hpp +++ b/include/boost/geometry/strategies/relate.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/area.hpp b/include/boost/geometry/strategies/spherical/area.hpp index e726d2392..981c8fec3 100644 --- a/include/boost/geometry/strategies/spherical/area.hpp +++ b/include/boost/geometry/strategies/spherical/area.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/envelope.hpp b/include/boost/geometry/strategies/spherical/envelope.hpp index 7cc069b90..510ec8a4a 100644 --- a/include/boost/geometry/strategies/spherical/envelope.hpp +++ b/include/boost/geometry/strategies/spherical/envelope.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/envelope_box.hpp b/include/boost/geometry/strategies/spherical/envelope_box.hpp index ba3f84850..4ea840ed9 100644 --- a/include/boost/geometry/strategies/spherical/envelope_box.hpp +++ b/include/boost/geometry/strategies/spherical/envelope_box.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp b/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp index f057566ae..6fd64a567 100644 --- a/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp +++ b/include/boost/geometry/strategies/spherical/envelope_multipoint.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/envelope_point.hpp b/include/boost/geometry/strategies/spherical/envelope_point.hpp index cb6e2453b..05101073f 100644 --- a/include/boost/geometry/strategies/spherical/envelope_point.hpp +++ b/include/boost/geometry/strategies/spherical/envelope_point.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/envelope_segment.hpp b/include/boost/geometry/strategies/spherical/envelope_segment.hpp index 8e9a099bb..2eae6976a 100644 --- a/include/boost/geometry/strategies/spherical/envelope_segment.hpp +++ b/include/boost/geometry/strategies/spherical/envelope_segment.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/expand_box.hpp b/include/boost/geometry/strategies/spherical/expand_box.hpp index 123542244..10f8caa1e 100644 --- a/include/boost/geometry/strategies/spherical/expand_box.hpp +++ b/include/boost/geometry/strategies/spherical/expand_box.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/expand_point.hpp b/include/boost/geometry/strategies/spherical/expand_point.hpp index b56d9fd18..e784f15ff 100644 --- a/include/boost/geometry/strategies/spherical/expand_point.hpp +++ b/include/boost/geometry/strategies/spherical/expand_point.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include diff --git a/include/boost/geometry/strategies/spherical/expand_segment.hpp b/include/boost/geometry/strategies/spherical/expand_segment.hpp index 19211e5df..e87bec450 100644 --- a/include/boost/geometry/strategies/spherical/expand_segment.hpp +++ b/include/boost/geometry/strategies/spherical/expand_segment.hpp @@ -12,7 +12,7 @@ #include -BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in the future.") +BOOST_PRAGMA_MESSAGE("This include file is deprecated and will be removed in Boost 1.86") #include