mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 13:34:10 +00:00
Minor fix in duplicate debug info
This commit is contained in:
parent
c268bb2fd4
commit
31e7dd8f2f
@ -109,7 +109,6 @@ struct map_visitor
|
||||
|
||||
if (&op == &turn.operations[0]) { out << "[0]"; }
|
||||
if (&op == &turn.operations[1]) { out << "[1]"; }
|
||||
out << " " << bg::visited_char(op.visited);
|
||||
return out.str();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user