diff options
| author | MarcoFalke <[email protected]> | 2017-01-05 11:31:56 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-05 11:32:05 +0100 |
| commit | 4cfd57d2e38207d78722ce8c9274ba8dd700d1cc (patch) | |
| tree | bf92932a6f870b3d44f24c4c5f214518cd63d258 /src/test/streams_tests.cpp | |
| parent | Merge #9373: Linearize script update (hash byte reversal and Python 3 support) (diff) | |
| parent | Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. (diff) | |
| download | discoin-4cfd57d2e38207d78722ce8c9274ba8dd700d1cc.tar.xz discoin-4cfd57d2e38207d78722ce8c9274ba8dd700d1cc.zip | |
Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sources
73f4119 Refactoring: Removed using namespace <xxx> from bench/ and test/ source files. (Karl-Johan Alm)
Diffstat (limited to 'src/test/streams_tests.cpp')
| -rw-r--r-- | src/test/streams_tests.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/streams_tests.cpp b/src/test/streams_tests.cpp index 31bcebe91..94b5cc119 100644 --- a/src/test/streams_tests.cpp +++ b/src/test/streams_tests.cpp @@ -9,8 +9,7 @@ #include <boost/assign/std/vector.hpp> // for 'operator+=()' #include <boost/assert.hpp> #include <boost/test/unit_test.hpp> - -using namespace std; + using namespace boost::assign; // bring 'operator+=()' into scope BOOST_FIXTURE_TEST_SUITE(streams_tests, BasicTestingSetup) |