]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/string-data.icc
*** empty log message ***
[lilypond.git] / flower / include / string-data.icc
index 3e6e0d546d61f8e7bb2176c3fa594076fd4a4b29..078e5724b2408d6caf313e3d20dd893dd1c46eee 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "string-data.hh"
 
-#include <algorithm>
+//#include <algorithm>
 #include <cassert>
 #include <cstring>
 #include <memory>
@@ -21,6 +21,8 @@ const int INITIALMAX = 8;
 
 #include <sys/types.h>
 
+namespace std {
+  
 INLINE void
 String_data::OKW ()
 {
@@ -157,7 +159,7 @@ String_data::c_str () const
   return (char const *)data_byte_;
 }
 INLINE char *
-String_data::get_str0 ()
+String_data::get_c_str ()
 {
   return (char *)data_byte_;
 }
@@ -206,4 +208,6 @@ String_data::operator [] (int j) const
   return data_byte_[j];
 }
 
+}
+
 #endif // __STRING_UTIL_CC //