Boost C++ Libraries: Ticket #10891: Uneeded usage of namespace causes problems for the compiler https://svn.boost.org/trac10/ticket/10891 <p> Problem due to unnecessary </p> <pre class="wiki">using namespace detail; </pre><p> on several occasions in boost/units/cmath.hpp </p> <p> Compare Boost ticket 8651 (<a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/8651"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/8651</a>) for the equivalent workaround in variant and Gcc bug 57524 (<a class="ext-link" href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524"><span class="icon">​</span>https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57524</a>) for original bug. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10891 Trac 1.4.3 viboes Fri, 13 Feb 2015 18:30:09 GMT component changed; owner set https://svn.boost.org/trac10/ticket/10891#comment:1 https://svn.boost.org/trac10/ticket/10891#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Matthias Schabel</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">units</span> </li> </ul> Ticket