]> git.donarmstrong.com Git - lilypond.git/blobdiff - mi2mu/template9.cc
release: 0.1.63
[lilypond.git] / mi2mu / template9.cc
index 4e7ee3faad1b6f3f967d897f37acdbe6bee8ae9e..3f9dba334f7fcadeda104401e246edd215d89eb3 100644 (file)
@@ -31,3 +31,28 @@ POINTERLIST_INSTANTIATE(Mudela_voice);
 POINTERLIST_INSTANTIATE(Mudela_column);
 POINTERLIST_INSTANTIATE(Mudela_score);
 
+#if 0
+/* 
+   what gcc version?
+   they're in lib/template.cc too, and break linux/gcc-2.7.2 
+   are you sure they must be here too?
+
+   for now, i'll just change the switch in lib/template.cc
+   jcn
+
+ */
+
+#if defined (__linux__) && && __GNUC_MINOR__ < 8
+
+#include "list.tcc"
+
+// template class List<void *>;
+// template class Cursor<void *>;
+
+// this should work too, and
+LIST_INSTANTIATE (void *);
+
+#endif
+
+#endif
+