From: Jan Nieuwenhuizen Date: Thu, 26 Jan 2006 11:33:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.29~9 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=996a4de468ea0fe4c7a852bdc87cba045387637a;p=lilypond.git *** empty log message *** --- diff --git a/flower/std-string.cc b/flower/std-string.cc index 531e134332..7798da3c83 100644 --- a/flower/std-string.cc +++ b/flower/std-string.cc @@ -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