]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 26 Jan 2006 11:33:41 +0000 (11:33 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 26 Jan 2006 11:33:41 +0000 (11:33 +0000)
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