mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 11:32:15 +00:00
[iterators][segment iterator][range segment iterator] initialize boolean in default
constructor with false
This commit is contained in:
@@ -104,7 +104,7 @@ struct range_segment_iterator
|
||||
|
||||
// default constructor
|
||||
range_segment_iterator()
|
||||
: m_it(), m_has_less_than_two_elements()
|
||||
: m_it(), m_has_less_than_two_elements(false)
|
||||
{}
|
||||
|
||||
// for begin
|
||||
|
||||
Reference in New Issue
Block a user