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)
This commit is contained in:
MarcoFalke
2017-01-05 11:31:56 +01:00
22 changed files with 244 additions and 289 deletions

View File

@@ -17,9 +17,7 @@
#include <boost/test/unit_test.hpp>
using namespace std;
extern map<string, string> mapArgs;
extern std::map<std::string, std::string> mapArgs;
BOOST_FIXTURE_TEST_SUITE(util_tests, BasicTestingSetup)