Remove the last occurrences of "using namespace std"
This commit is contained in:
@@ -77,7 +77,8 @@
|
||||
|
||||
#define BQ_R__ R__
|
||||
|
||||
using namespace std;
|
||||
using std::cerr;
|
||||
using std::endl;
|
||||
|
||||
namespace RubberBand {
|
||||
|
||||
|
||||
@@ -33,7 +33,10 @@
|
||||
#include "../common/sysutils.h"
|
||||
|
||||
using namespace RubberBand;
|
||||
using namespace std;
|
||||
|
||||
using std::vector;
|
||||
using std::string;
|
||||
|
||||
namespace tt = boost::test_tools;
|
||||
|
||||
// We use the symbols H, X, and _ for harmonic, percussive, and
|
||||
|
||||
@@ -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])))
|
||||
|
||||
@@ -31,7 +31,9 @@
|
||||
#include "../finer/Peak.h"
|
||||
|
||||
using namespace RubberBand;
|
||||
using namespace std;
|
||||
|
||||
using std::vector;
|
||||
|
||||
namespace tt = boost::test_tools;
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(TestSignalBits)
|
||||
|
||||
@@ -31,7 +31,12 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace RubberBand;
|
||||
using namespace std;
|
||||
|
||||
using std::cerr;
|
||||
using std::endl;
|
||||
|
||||
using std::vector;
|
||||
|
||||
namespace tt = boost::test_tools;
|
||||
|
||||
static Log cerrLog(
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -35,8 +35,6 @@
|
||||
|
||||
using namespace RubberBand;
|
||||
|
||||
using namespace std;
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(TestVectorOpsComplex)
|
||||
|
||||
#ifdef USE_APPROXIMATE_ATAN2
|
||||
|
||||
Reference in New Issue
Block a user