Boost C++ Libraries: Ticket #12443: Missed include of <iostream> in boost/geometry/algorithms/detail/overlay/handle_colocations.hpp https://svn.boost.org/trac10/ticket/12443 <p> Compiling my program on gcc 5.1 does not work. Here is the error: boost/geometry/algorithms/detail/overlay/handle_colocations.hpp:198:5: error: ‘cout’ is not a member of ‘std’ std::cout &lt;&lt; " TODO: merge " &lt;&lt; cid0 &lt;&lt; " and " &lt;&lt; cid1 &lt;&lt; std::endl; </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12443 Trac 1.4.3 boost@… Sun, 18 Sep 2016 15:13:13 GMT <link>https://svn.boost.org/trac10/ticket/12443#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12443#comment:1</guid> <description> <p> Same here with 6.2.1. It happens as soon as you include <code>boost/geometry/index/rtree.hpp</code>. </p> <p> Judging from the code, there are two instances that should be wrapped with <code>BOOST_GEOMETRY_DEBUG_HANDLE_COLOCATIONS</code> as well: </p> <ul><li>line 198 </li><li>line 318 </li></ul> </description> <category>Ticket</category> </item> <item> <dc:creator>Barend Gehrels</dc:creator> <pubDate>Sun, 18 Sep 2016 20:39:08 GMT</pubDate> <title>status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/12443#comment:2 https://svn.boost.org/trac10/ticket/12443#comment:2 <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.62.0</span> </li> </ul> <p> What is 6.2.1? Should be fixed in Boost 1.62.0 </p> Ticket boost@… Sun, 18 Sep 2016 20:42:27 GMT <link>https://svn.boost.org/trac10/ticket/12443#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12443#comment:3</guid> <description> <p> Sorry, I meant GCC version 6.2.1. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Barend Gehrels</dc:creator> <pubDate>Sun, 18 Sep 2016 20:44:19 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12443#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12443#comment:4</guid> <description> <p> OK, thanks - it should be fixed now in all GCC versions, for boost 1.62 (to be released soon) </p> </description> <category>Ticket</category> </item> <item> <author>samuel.chui@…</author> <pubDate>Tue, 11 Oct 2016 15:16:59 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12443#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12443#comment:5</guid> <description> <p> It seems that the issue still exists in 1.62. </p> <ul><li>handle_colocations.hpp:201 </li><li>handle_colocations.hpp:320 </li></ul><p> are not wrapped with BOOST_GEOMETRY_DEBUG_HANDLE_COLOCATIONS </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Tue, 11 Oct 2016 15:23:23 GMT</pubDate> <title>status changed; resolution deleted https://svn.boost.org/trac10/ticket/12443#comment:6 https://svn.boost.org/trac10/ticket/12443#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> Reopening ticket </p> <p> Replying to <a class="ticket" href="https://svn.boost.org/trac10/ticket/12443#comment:5" title="Comment 5">samuel.chui@…</a>: </p> <blockquote class="citation"> <p> It seems that the issue still exists in 1.62. </p> <ul><li>handle_colocations.hpp:201 </li><li>handle_colocations.hpp:320 </li></ul><p> are not wrapped with BOOST_GEOMETRY_DEBUG_HANDLE_COLOCATIONS </p> </blockquote> Ticket Barend Gehrels Tue, 11 Oct 2016 17:06:17 GMT milestone changed https://svn.boost.org/trac10/ticket/12443#comment:7 https://svn.boost.org/trac10/ticket/12443#comment:7 <ul> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.62.0</span> → <span class="trac-field-new">Boost 1.63.0</span> </li> </ul> <p> Sorry - indeed. It is fixed, and in time, but in the end it was not merged (my bad). So it will be 1.63, sorry for the inconvenience. </p> Ticket Barend Gehrels Sun, 26 Mar 2017 09:49:50 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12443#comment:8 https://svn.boost.org/trac10/ticket/12443#comment:8 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket