]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-string.hh
Revert "Issue 4550 (1/2) Avoid "using namespace std;" in included files"
[lilypond.git] / flower / include / std-string.hh
index ea65fe042e52b5402c125313deaf5357a3243c84..0a34d0504958c7fbe4ef8b05dae11b313d226321 100644 (file)
 #ifndef STD_STRING_HH
 #define STD_STRING_HH
 
-#include "compare.hh"
 #include "flower-proto.hh"
 
 #if 0
 /*
   leads to dubious crashes - libstdc++  bug?
  */
-#ifndef NDEBUG
+#ifdef DEBUG
 #define _GLIBCXX_DEBUG 1
 #endif
 #endif
@@ -55,8 +54,4 @@ string &replace_all (string *str, string const &find, string const &replace);
 string &replace_all (string *str, char find, char replace);
 char *string_copy (const string &s);
 
-int string_compare (string const &, string const &);
-
-INSTANTIATE_COMPARE (string const &, string_compare);
-
 #endif /* STD_STRING_HH */