Boost C++ Libraries: Ticket #1983: [config / tr1] typo in boost_has_tr1_function.ipp ? https://svn.boost.org/trac10/ticket/1983 <p> The file boost/libs/config/test/boost_has_tr1_function.ipp contains a <br /> </p> <pre class="wiki">namespace boost_has_tr1_bind { </pre><p> which i assume should actually be </p> <pre class="wiki">namespace boost_has_tr1_function { </pre><p> Looks like this is causing the test failure reported @ <a class="ext-link" href="http://tinyurl.com/5edoxc"><span class="icon">​</span>http://tinyurl.com/5edoxc</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1983 Trac 1.4.3 John Maddock Mon, 02 Jun 2008 15:34:08 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1983#comment:1 https://svn.boost.org/trac10/ticket/1983#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> <p> Thanks Richard, patch applied. </p> <p> BTW if you have commit access then feel free to just go ahead and fix typos like this. </p> <p> Regards, John. </p> Ticket