Boost C++ Libraries: Ticket #5140: boost.polygon and stlport https://svn.boost.org/trac10/ticket/5140 <p> It seems like the examples of polygon_set on boost.polygon documentation page <a href="http://www.boost.org/doc/libs/1_45_0/libs/polygon/doc/gtl_polygon_set_usage.htm">http://www.boost.org/doc/libs/1_45_0/libs/polygon/doc/gtl_polygon_set_usage.htm</a> don't want to compile with g++ 3.4 when I use stlport. </p> <p> The compiler keeps complaining about 'const boost::polygon::point_data&lt;long long int&gt;*’ that is not a class, struct, or union type' </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5140 Trac 1.4.3 anonymous Sun, 30 Jan 2011 00:32:04 GMT component changed; owner set https://svn.boost.org/trac10/ticket/5140#comment:1 https://svn.boost.org/trac10/ticket/5140#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Lucanus Simonson</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">polygon</span> </li> </ul> Ticket anonymous Wed, 02 Feb 2011 09:46:29 GMT severity changed https://svn.boost.org/trac10/ticket/5140#comment:2 https://svn.boost.org/trac10/ticket/5140#comment:2 <ul> <li><strong>severity</strong> <span class="trac-field-old">Problem</span> → <span class="trac-field-new">Showstopper</span> </li> </ul> Ticket Lucanus Simonson Wed, 19 Sep 2012 01:22:40 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5140#comment:3 https://svn.boost.org/trac10/ticket/5140#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> 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. </p> Ticket