]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-def.hh
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / context-def.hh
index c49fee1e305a6ada60a051ac52400a0e7044bfae..46f9d5560d5d7f038b7cd3d31115ab4cd82d8ddf 100644 (file)
@@ -65,13 +65,13 @@ public:
 
   VIRTUAL_COPY_CONSTRUCTOR (Context_def, Context_def);
 
-  vector<Context_def *> path_to_acceptable_context (SCM type_string,
+  std::vector<Context_def *> path_to_acceptable_context (SCM type_string,
                                                     Output_def *,
                                                     SCM) const;
-  vector<Context_def *> internal_path_to_acceptable_context (SCM type_string,
+  std::vector<Context_def *> internal_path_to_acceptable_context (SCM type_string,
                                                              Output_def *,
                                                              SCM,
-                                                             set<const Context_def *> *seen) const;
+                                                             std::set<const Context_def *> *seen) const;
   Context *instantiate (SCM extra_ops);
 
   SCM to_alist () const;