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,9 +33,13 @@
#include <cmath>
#include <iostream>
using namespace std;
using namespace RubberBand;
using std::cerr;
using std::endl;
using std::vector;
BOOST_AUTO_TEST_SUITE(TestResampler)
#define LEN(a) (int(sizeof(a)/sizeof(a[0])))