Opened 8 years ago

#10974 new Patches

dynamic_bitset.hpp should not use "using namespace std"

Reported by: loose@… 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)

dynamic_bitset.patch (6.9 KB ) - added by loose@… 8 years ago.
Patch that removes "using namespace std" in dynamic_bitset.hpp

Download all attachments as: .zip

Change History (1)

by loose@…, 8 years ago

Attachment: dynamic_bitset.patch added

Patch that removes "using namespace std" in dynamic_bitset.hpp

Note: See TracTickets for help on using tickets.