mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-17 13:52:09 +00:00
[get_turns] Fix test for L/L and L/A - missing functions in expected_pusher range
This commit is contained in:
@@ -152,8 +152,8 @@ struct expected_pusher
|
||||
typedef std::vector<std::string>::iterator iterator;
|
||||
typedef std::vector<std::string>::const_iterator const_iterator;
|
||||
|
||||
//iterator begin() { return vec.begin(); }
|
||||
//iterator end() { return vec.end(); }
|
||||
iterator begin() { return vec.begin(); }
|
||||
iterator end() { return vec.end(); }
|
||||
const_iterator begin() const { return vec.begin(); }
|
||||
const_iterator end() const { return vec.end(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user