Opened 6 years ago

Last modified 6 years ago

#12304 new Bugs

Incorrect documentation for boost::geometry::traits::ring_type

Reported by: john.firebaugh@… Owned by: Barend Gehrels
Milestone: To Be Determined Component: geometry
Version: Boost 1.61.0 Severity: Problem
Keywords: Cc: john.firebaugh@…

Description

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.

Change History (1)

comment:1 by Michel Morin, 6 years ago

Component: Documentationgeometry
Owner: changed from Matias Capeletto to Barend Gehrels
Note: See TracTickets for help on using tickets.