diff options
| author | Karl-Johan Alm <[email protected]> | 2016-12-05 16:03:53 +0900 |
|---|---|---|
| committer | Kalle Alm <[email protected]> | 2017-01-02 20:35:23 +0900 |
| commit | 73f41190b91dce9c125b1828b18f7625e0200145 (patch) | |
| tree | 7fbc5af2fa822231182c85df8d5d9826e8c1ecae /src/test/streams_tests.cpp | |
| parent | Merge #9412: build: Fix 'make deploy' for OSX (diff) | |
| download | discoin-73f41190b91dce9c125b1828b18f7625e0200145.tar.xz discoin-73f41190b91dce9c125b1828b18f7625e0200145.zip | |
Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.
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 8b715ce93..cafed7616 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) |