summaryrefslogtreecommitdiff
path: root/boost/geometry/strategies/tags.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/strategies/tags.hpp')
-rw-r--r--boost/geometry/strategies/tags.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/boost/geometry/strategies/tags.hpp b/boost/geometry/strategies/tags.hpp
index 7589c21071..748541f59b 100644
--- a/boost/geometry/strategies/tags.hpp
+++ b/boost/geometry/strategies/tags.hpp
@@ -7,6 +7,11 @@
// Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
// (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
+// This file was modified by Oracle on 2018.
+// Modifications copyright (c) 2018 Oracle and/or its affiliates.
+
+// Contributed and/or modified by Vissarion Fysikopoulos, 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)
@@ -36,6 +41,7 @@ struct strategy_tag_distance_point_point {};
struct strategy_tag_distance_point_segment {};
struct strategy_tag_distance_point_box {};
struct strategy_tag_distance_box_box {};
+struct strategy_tag_distance_segment_box {};
}} // namespace boost::geometry