Opened 6 years ago
Last modified 6 years ago
#12304 new Bugs
Incorrect documentation for boost::geometry::traits::ring_type
Reported by: | Owned by: | Barend Gehrels | |
---|---|---|---|
Milestone: | To Be Determined | Component: | geometry |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: | john.firebaugh@… |
Description
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 , 6 years ago
Component: | Documentation → geometry |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.