]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/page-turn-page-breaking.hh
Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"
[lilypond.git] / lily / include / page-turn-page-breaking.hh
index 061ef8a0bf3f4a42d63c85c0213b656e27711bd6..93fdaceadaf8cdd9f66939f0b40fc5690dcf1f95 100644 (file)
@@ -47,7 +47,7 @@ protected:
     vsize break_pos_; /* index into breaks_ */
 
     Line_division div_;
-    std::vector<vsize> system_count_; /* systems per page */
+    vector<vsize> system_count_; /* systems per page */
 
     Break_node ()
     {
@@ -59,7 +59,7 @@ protected:
     }
   };
 
-  std::vector<Break_node> state_;
+  vector<Break_node> state_;
 
   vsize total_page_count (Break_node const &b);
   Break_node put_systems_on_pages (vsize start,
@@ -67,8 +67,8 @@ protected:
                                    vsize configuration,
                                    vsize page_number);
 
-  SCM make_lines (std::vector<Break_node> *breaks);
-  SCM make_pages (std::vector<Break_node> const &breaks, SCM systems);
+  SCM make_lines (vector<Break_node> *breaks);
+  SCM make_pages (vector<Break_node> const &breaks, SCM systems);
 
   void calc_subproblem (vsize i);
   void print_break_node (Break_node const &b);