]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cluster-engraver.cc
Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"
[lilypond.git] / lily / cluster-engraver.cc
index 2e06e1de4b99f61f3ffacb6bbaf6343156cc2609..c934fd0ba3f7749dbdbd6c9314d9d5ba57234ee1 100644 (file)
@@ -107,8 +107,8 @@ Cluster_spanner_engraver::process_music ()
 
           int p = (pit ? pit->steps () : 0) + c0;
 
-          pmax = std::max (pmax, p);
-          pmin = std::min (pmin, p);
+          pmax = max (pmax, p);
+          pmin = min (pmin, p);
         }
 
       beacon_ = make_item ("ClusterSpannerBeacon", cluster_notes_[0]->self_scm ());