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