We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fabf9 commit e2cf078Copy full SHA for e2cf078
src/test/dbwrapper_tests.cpp
@@ -7,8 +7,6 @@
7
#include "random.h"
8
#include "test/test_pivx.h"
9
10
-#include <boost/assign/std/vector.hpp> // for 'operator+=()'
11
-#include <boost/assert.hpp>
12
#include <boost/test/unit_test.hpp>
13
14
// Test if a string consists entirely of null characters
src/test/streams_tests.cpp
@@ -5,12 +5,8 @@
5
#include "streams.h"
6
-using namespace boost::assign; // bring 'operator+=()' into scope
-
BOOST_FIXTURE_TEST_SUITE(streams_tests, BasicTestingSetup)
15
16
BOOST_AUTO_TEST_CASE(streams_vector_writer)
0 commit comments