From 996a4de468ea0fe4c7a852bdc87cba045387637a Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 26 Jan 2006 11:33:41 +0000 Subject: [PATCH] *** empty log message *** --- flower/std-string.cc | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.2