Remove the last occurrences of "using namespace std"

This commit is contained in:
Chris Cannam
2023-01-10 11:04:50 +00:00
parent e28651acd0
commit 549906e033
7 changed files with 23 additions and 8 deletions

View File

@@ -33,7 +33,9 @@
#include <cmath>
using namespace RubberBand;
using namespace std;
using std::vector;
namespace tt = boost::test_tools;
BOOST_AUTO_TEST_SUITE(TestStretcher)