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

@@ -77,7 +77,8 @@
#define BQ_R__ R__
using namespace std;
using std::cerr;
using std::endl;
namespace RubberBand {