]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/std-string.cc
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / flower / std-string.cc
index b03d3cca5957de66ef08f28057529671d94394ce..5dc5a3dce8630f5e134fba02bcf7f0eccfe7826e 100644 (file)
@@ -33,7 +33,7 @@ to_string (const string &s)
 string
 to_string (char c, int n)
 {
-  return string (max (n, 0), c);
+  return string (std::max (n, 0), c);
 }
 
 string