$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73061 - trunk/boost/geometry/algorithms/detail
From: barend.gehrels_at_[hidden]
Date: 2011-07-13 14:59:44
Author: barendgehrels
Date: 2011-07-13 14:59:43 EDT (Wed, 13 Jul 2011)
New Revision: 73061
URL: http://svn.boost.org/trac/boost/changeset/73061
Log:
Removed unnecessary using clause
Text files modified:
trunk/boost/geometry/algorithms/detail/has_self_intersections.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/geometry/algorithms/detail/has_self_intersections.hpp
==============================================================================
--- trunk/boost/geometry/algorithms/detail/has_self_intersections.hpp (original)
+++ trunk/boost/geometry/algorithms/detail/has_self_intersections.hpp 2011-07-13 14:59:43 EDT (Wed, 13 Jul 2011)
@@ -59,7 +59,6 @@
template <typename Geometry>
inline bool has_self_intersections(Geometry const& geometry)
{
- using namespace boost::geometry;
typedef typename point_type<Geometry>::type point_type;
typedef detail::overlay::turn_info<point_type> turn_info;
std::deque<turn_info> turns;