Skip to content

Commit 9d28d6b

Browse files
authored
Merge pull request #1401 from vissarion/fix/remove_deprecated_headers
Remove deprecated headers
2 parents 805ff65 + f8a3081 commit 9d28d6b

File tree

93 files changed

+0
-2107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+0
-2107
lines changed

include/boost/geometry/index/detail/serialization.hpp

-3
Original file line numberDiff line numberDiff line change
@@ -566,10 +566,7 @@ void load(Archive & ar, boost::geometry::index::rtree<V, P, I, E, A> & rt, unsig
566566
typedef boost::geometry::index::rtree<V, P, I, E, A> rtree;
567567
typedef detail::rtree::private_view<rtree> view;
568568
typedef typename view::size_type size_type;
569-
typedef typename view::translator_type translator_type;
570-
typedef typename view::value_type value_type;
571569
typedef typename view::options_type options_type;
572-
typedef typename view::box_type box_type;
573570
typedef typename view::allocators_type allocators_type;
574571
typedef typename view::members_holder members_holder;
575572

include/boost/geometry/multi/algorithms/append.hpp

-29
This file was deleted.

include/boost/geometry/multi/algorithms/area.hpp

-23
This file was deleted.

include/boost/geometry/multi/algorithms/centroid.hpp

-24
This file was deleted.

include/boost/geometry/multi/algorithms/clear.hpp

-23
This file was deleted.

include/boost/geometry/multi/algorithms/convert.hpp

-23
This file was deleted.

include/boost/geometry/multi/algorithms/correct.hpp

-23
This file was deleted.

include/boost/geometry/multi/algorithms/covered_by.hpp

-29
This file was deleted.

include/boost/geometry/multi/algorithms/detail/extreme_points.hpp

-21
This file was deleted.

include/boost/geometry/multi/algorithms/detail/for_each_range.hpp

-23
This file was deleted.

include/boost/geometry/multi/algorithms/detail/modify.hpp

-23
This file was deleted.

include/boost/geometry/multi/algorithms/detail/modify_with_predicate.hpp

-23
This file was deleted.

include/boost/geometry/multi/algorithms/detail/multi_sum.hpp

-23
This file was deleted.

include/boost/geometry/multi/algorithms/detail/overlay/copy_segment_point.hpp

-21
This file was deleted.

include/boost/geometry/multi/algorithms/detail/overlay/copy_segments.hpp

-18
This file was deleted.

include/boost/geometry/multi/algorithms/detail/overlay/get_turns.hpp

-18
This file was deleted.

include/boost/geometry/multi/algorithms/detail/overlay/self_turn_points.hpp

-18
This file was deleted.

0 commit comments

Comments
 (0)