]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/std-vector.hh
* lily/note-column.cc: reformat.
[lilypond.git] / flower / include / std-vector.hh
index 55b28d7da641cb9701dc09125a48942ba509b12c..da3686a07c813eb7ab036d3e151c7c6af762d4ee 100644 (file)
@@ -9,6 +9,16 @@
 #ifndef STD_VECTOR_HH
 #define STD_VECTOR_HH
 
+#if 0
+
+/*
+  leads to dubious crashes - libstdc++  bug?
+*/
+#ifndef NDEBUG
+#define _GLIBCXX_DEBUG 1
+#endif
+#endif
+
 #include <algorithm>   /* find, reverse, sort */
 #include <functional>  /* unary_function */
 #include <cassert>