Opened 11 years ago

Closed 11 years ago

#5726 closed Bugs (fixed)

Segment intersection algorithm still assumes 'first', 'second' members

Reported by: Ian Mackenzie <ian.e.mackenzie@…> Owned by: Barend Gehrels
Milestone: Boost 1.48.0 Component: geometry
Version: Boost 1.47.0 Severity: Problem
Keywords: Cc:

Description

I'm attempting to use my own line segment class with Boost.Geometry, but cart_intersect.hpp at line 136 still refers to 'first' and 'second' member variables, which my line segment class does not have. I understood from http://boost-geometry.203548.n3.nabble.com/How-to-intersect-two-linestrings-td1378698.html that this was considered a bug...

Change History (1)

comment:1 by Barend Gehrels, 11 years ago

Milestone: To Be DeterminedBoost 1.48.0
Resolution: fixed
Status: newclosed

Fixed in changeset 73285

Note: See TracTickets for help on using tickets.