<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11.12.2013 12:53, Lars wrote:<br>
    </div>
    <blockquote cite="mid:DUB112-W80F9C751F6C2FA2DB3D33FCADD0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr">&nbsp;<br>
        Here is the source code used (which does not use the Boost
        library).<br>
        #include &lt;iostream&gt;<br>
        int main(int argc, char **argv)<br>
        {<br>
        &nbsp; std::cout &lt;&lt; "Hello world" &lt;&lt; std::endl;<br>
        &nbsp;<br>
        &nbsp; return 0;<br>
        }<br>
      </div>
    </blockquote>
    ${Boost_INCLUDE_DIR}/boost/tr1/tr1 does seem to contain an
    "iostream" header which your #include &lt;iostream&gt; probably
    picks up.<br>
    Maybe that further includes the other boost headers?<br>
    <br>
    Nils<br>
  </body>
</html>