mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-18 02:02:08 +00:00
[overlay] Change the placement of const modifier (guidelines).
This commit is contained in:
@@ -115,7 +115,7 @@ inline void clean_closing_dups_and_spikes(Range& range,
|
||||
}
|
||||
|
||||
typedef typename boost::range_iterator<Range>::type iterator_type;
|
||||
static const bool closed = geometry::closure<Range>::value == geometry::closed;
|
||||
static bool const closed = geometry::closure<Range>::value == geometry::closed;
|
||||
|
||||
// TODO: the following algorithm could be rewritten to first look for spikes
|
||||
// and then erase some number of points from the beginning of the Range
|
||||
|
||||
Reference in New Issue
Block a user