Boost C++ Libraries: Ticket #10912: Error in within/relate for Polygon/Polygon https://svn.boost.org/trac10/ticket/10912 <p> For the following pairs of Polygons: </p> <pre class="wiki">POLYGON((0 0,0 5,5 5,5 0,0 0)) POLYGON((0 0,0 10,10 10,10 0,0 0),(2 2,4 2,4 4,2 4,2 2),(6 6,8 6,8 8,6 8,6 6)) POLYGON((0 0,0 10,10 10,10 0,0 0)) POLYGON((0 0,0 10,10 10,10 0,0 0),(2 2,2 4,4 4,4 2,2 2)) </pre><p> within() returns wrong result - true, should return - false. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10912 Trac 1.4.3 awulkiew Tue, 06 Jan 2015 21:21:52 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/10912#comment:1 https://svn.boost.org/trac10/ticket/10912#comment:1 <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">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> Ticket