Boost C++ Libraries: Ticket #5272: Inconsistent/unintended inclusion of io.hpp https://svn.boost.org/trac10/ticket/5272 <p> The following includes of <code>io.hpp</code> (and <code>iostream</code>) are probably unintended, given that they are not included in the other files. It would be nice to remove these (and possibly include io.hpp elsewhere). </p> <pre class="wiki">$ egrep -r 'iostream|io\.hpp' units | egrep -v '\.svn|(si|cgs)/io\.hpp' units/systems/angle/revolutions.hpp:#include &lt;boost/units/io.hpp&gt; units/systems/angle/degrees.hpp:#include &lt;boost/units/io.hpp&gt; units/systems/angle/gradians.hpp:#include &lt;boost/units/io.hpp&gt; units/systems/si/area.hpp:#include &lt;iostream&gt; units/systems/si/area.hpp:#include &lt;boost/units/io.hpp&gt; units/systems/temperature/fahrenheit.hpp:#include &lt;boost/units/io.hpp&gt; </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5272 Trac 1.4.3 Matthias Schabel Tue, 08 Mar 2011 01:38:30 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5272#comment:1 https://svn.boost.org/trac10/ticket/5272#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> </ul> Ticket