]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/std-string.cc
*** empty log message ***
[lilypond.git] / flower / std-string.cc
index 531e134332592b265f68c46e68cd3604f4a4bb6e..7798da3c838fab88df23e144f4a2ed28eb06e61e 100644 (file)
@@ -9,9 +9,7 @@
 #include "std-string.hh"
 #include "string-convert.hh"
 
-#if STD_STRING
 namespace std {
-#endif
   
   std::string
   to_string (std::string s)
@@ -92,7 +90,4 @@ namespace std {
     return a.compare (b);
   }
 
-#if STD_STRING
 }
-
-#endif