summaryrefslogtreecommitdiff
path: root/boost/geometry/index/detail/bounded_view.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/index/detail/bounded_view.hpp')
-rw-r--r--boost/geometry/index/detail/bounded_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/index/detail/bounded_view.hpp b/boost/geometry/index/detail/bounded_view.hpp
index 6b4d91a64c..b3776416b0 100644
--- a/boost/geometry/index/detail/bounded_view.hpp
+++ b/boost/geometry/index/detail/bounded_view.hpp
@@ -71,7 +71,7 @@ public:
bounded_view_base(Segment const& segment, Strategy const& )
: m_segment(segment)
{}
-
+
template <std::size_t Dimension>
inline coordinate_type get_min() const
{