]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string.icc
*** empty log message ***
[lilypond.git] / flower / include / string.icc
index 5da4b573f4ea717b672491aa26c4417f33013281..5f8a39a495e1f5258ffbefe5198a5b71341365c5 100644 (file)
@@ -9,13 +9,7 @@
 #ifndef STRING_ICC
 #define STRING_ICC
 
-/// for completeness (=handy)
-INLINE
-String
-to_string (String s)
-{
-  return s;
-}
+namespace std {
 
 INLINE
 char const *
@@ -79,4 +73,6 @@ String::String (char const *source)
   strh_ = source;
 }
 
+}
+
 #endif /* STRING_ICC */