|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r66569 - sandbox/geometry/boost/geometry/strategies
From: barend.gehrels_at_[hidden]
Date: 2010-11-14 09:33:13
Author: barendgehrels
Date: 2010-11-14 09:33:12 EST (Sun, 14 Nov 2010)
New Revision: 66569
URL: http://svn.boost.org/trac/boost/changeset/66569
Log:
small cleanup within
Text files modified:
sandbox/geometry/boost/geometry/strategies/within.hpp | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
Modified: sandbox/geometry/boost/geometry/strategies/within.hpp
==============================================================================
--- sandbox/geometry/boost/geometry/strategies/within.hpp (original)
+++ sandbox/geometry/boost/geometry/strategies/within.hpp 2010-11-14 09:33:12 EST (Sun, 14 Nov 2010)
@@ -19,10 +19,6 @@
namespace strategy { namespace within
{
-struct not_applicable_strategy
-{
-};
-
namespace services
{
@@ -58,8 +54,6 @@
, (types<Point, PointContaining>)
);
-
- //typedef strategy::not_implemented type;
};
@@ -71,4 +65,6 @@
}} // namespace boost::geometry
+
#endif // BOOST_GEOMETRY_STRATEGIES_WITHIN_HPP
+
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk