Boost C++ Libraries: Ticket #10887: Error in within() (and relate()) for Linear/MultiPolygon https://svn.boost.org/trac10/ticket/10887 <p> The following relation operations returns wrong result: </p> <pre class="wiki">// In all cases below the within() should return true within("LINESTRING(5 -2,5 2)", "MULTIPOLYGON(((5 0,0 5,10 5,5 0)),((5 0,10 -5,0 -5,5 0)))") within("LINESTRING(5 -2,5 5)", "MULTIPOLYGON(((5 0,0 5,10 5,5 0)),((5 0,10 -5,0 -5,5 0)))") within("LINESTRING(5 -2,5 0)", "MULTIPOLYGON(((5 0,0 5,10 5,5 0)),((5 0,10 -5,0 -5,5 0)))") </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10887 Trac 1.4.3 awulkiew Fri, 19 Dec 2014 14:39:13 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/10887#comment:1 https://svn.boost.org/trac10/ticket/10887#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