Boost C++ Libraries: Ticket #10974: dynamic_bitset.hpp should not use "using namespace std" https://svn.boost.org/trac10/ticket/10974 <p> Inside a few methods in the file dynamic_bitset.hpp, the statement "using namespace std" is used. This can cause havoc on some systems. The attached patch (made against 1.57.0) fixes this. </p> <p> I was unable to thoroughly test this for BOOST_OLD_IOSTREAMS, because I don't have such an ancient environment at my disposal. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10974 Trac 1.4.3 loose@… Tue, 27 Jan 2015 15:24:36 GMT attachment set https://svn.boost.org/trac10/ticket/10974 https://svn.boost.org/trac10/ticket/10974 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">dynamic_bitset.patch</span> </li> </ul> <p> Patch that removes "using namespace std" in dynamic_bitset.hpp </p> Ticket