Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5)

Unified Diff: lily/fretboard-engraver.cc

Issue 579240043: Issue 4550: Avoid "using namespace std;" in included files (Take 2) (Closed)
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lily/fretboard-engraver.cc
diff --git a/lily/fretboard-engraver.cc b/lily/fretboard-engraver.cc
index f0087c42d0967e373bdbf66d8f5552d5abb3efbc..0b0734ae15226cd0c7200441d6c8a7beab1287cc 100644
--- a/lily/fretboard-engraver.cc
+++ b/lily/fretboard-engraver.cc
@@ -19,7 +19,6 @@
#include <cctype>
#include <cstdio>
-using namespace std;
#include "articulations.hh"
#include "context.hh"
@@ -31,6 +30,8 @@ using namespace std;
#include "translator.icc"
+using std::vector;
+
/**
make (guitar-like) tablature note
*/

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b