summaryrefslogtreecommitdiff
path: root/boost/geometry/geometries/concepts/ring_concept.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/geometries/concepts/ring_concept.hpp')
-rw-r--r--boost/geometry/geometries/concepts/ring_concept.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/boost/geometry/geometries/concepts/ring_concept.hpp b/boost/geometry/geometries/concepts/ring_concept.hpp
index 7afbc4e18c..b4cf961adb 100644
--- a/boost/geometry/geometries/concepts/ring_concept.hpp
+++ b/boost/geometry/geometries/concepts/ring_concept.hpp
@@ -34,22 +34,6 @@
namespace boost { namespace geometry { namespace concepts
{
-
-/*!
-\brief ring concept
-\ingroup concepts
-\par Formal definition:
-The ring concept is defined as following:
-- there must be a specialization of traits::tag defining ring_tag as type
-- it must behave like a Boost.Range
-- there can optionally be a specialization of traits::point_order defining the
- order or orientation of its points, clockwise or counterclockwise.
-- it must implement a std::back_insert_iterator
- (This is the same as the for the concept Linestring, and described there)
-
-\note to fulfill the concepts, no traits class has to be specialized to
-define the point type.
-*/
template <typename Geometry>
class Ring
{