]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-string.hh
Revert "Issue 4550 (1/2) Avoid "using namespace std;" in included files"
[lilypond.git] / flower / include / std-string.hh
index bdb85795abe3c53e9f87f55c4a03bb3574bab3a2..0a34d0504958c7fbe4ef8b05dae11b313d226321 100644 (file)
@@ -36,7 +36,7 @@
 using namespace std;
 
 typedef size_t ssize;
-#define NPOS std::string::npos
+#define NPOS string::npos
 
 string to_string (const string&);
 string to_string (char c, int n = 1);