Opened 12 years ago
Closed 10 years ago
#5140 closed Bugs (invalid)
boost.polygon and stlport
Reported by: | anonymous | Owned by: | Lucanus Simonson |
---|---|---|---|
Milestone: | To Be Determined | Component: | polygon |
Version: | Boost 1.45.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
It seems like the examples of polygon_set on boost.polygon documentation page http://www.boost.org/doc/libs/1_45_0/libs/polygon/doc/gtl_polygon_set_usage.htm don't want to compile with g++ 3.4 when I use stlport.
The compiler keeps complaining about 'const boost::polygon::point_data<long long int>*’ that is not a class, struct, or union type'
Change History (3)
comment:1 by , 12 years ago
Component: | None → polygon |
---|---|
Owner: | set to |
comment:2 by , 12 years ago
Severity: | Problem → Showstopper |
---|
comment:3 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This looks like an Intel internal issue that should not have been filed on the trac. Only Intel would use gcc 3.4 and stlport. I used gcc 3.4 and stlport when I wrote polygon in the first place.