]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-string.hh
Update LSR
[lilypond.git] / flower / include / std-string.hh
index bc2fd61ee5f75bd90ccbd02692b7514aa72ac006..57805bbe21d95206d55d65ea8fc820062a5e43fe 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2006--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef STD_STRING_HH
  
 #include "compare.hh"
 
+#if 0
+/*
+  leads to dubious crashes - libstdc++  bug?
+ */
+#ifndef NDEBUG
+#define _GLIBCXX_DEBUG 1
+#endif
+#endif
+
 #include <string>
 
 using namespace std;