Opened 8 years ago
#10974 new Patches
dynamic_bitset.hpp should not use "using namespace std"
Reported by: | Owned by: | jsiek | |
---|---|---|---|
Milestone: | To Be Determined | Component: | dynamic_bitset |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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.
I was unable to thoroughly test this for BOOST_OLD_IOSTREAMS, because I don't have such an ancient environment at my disposal.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch that removes "using namespace std" in dynamic_bitset.hpp