Subject: [Boost-bugs] [Boost C++ Libraries] #12304: Incorrect documentation for boost::geometry::traits::ring_type
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-06-30 01:15:50
#12304: Incorrect documentation for boost::geometry::traits::ring_type
------------------------------+---------------------------
Reporter: john.firebaugh@⦠| Owner: matias
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
Version: Boost 1.61.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------
http://www.boost.org/doc/libs/1_61_0/libs/geometry/doc/html/geometry/reference/concepts/concept_polygon.html
states:
> there must be a specialization of `traits::ring_type` defining the type
of its exterior ring and interior rings as type
As far as I can tell, the specializations must actually be of
`traits::ring_mutable_type` and `traits::ring_const_type`. There is no
`traits::ring_type` template to specialize.
A similar issue exists with the documentation referring to
`traits::interior_type` -- this should instead refer to
`traits::interior_mutable_type` and `traits::interior_const_type`.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12304> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC