Opened 11 years ago
Closed 11 years ago
#5726 closed Bugs (fixed)
Segment intersection algorithm still assumes 'first', 'second' members
Reported by: | 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 , 11 years ago
Milestone: | To Be Determined → Boost 1.48.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in changeset 73285