]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/interval.cc
*** empty log message ***
[lilypond.git] / flower / interval.cc
index 8e34952be7d052db649ccf0341487fffcec234a7..6a7628702b2082ac7e783f1eb8aa5723960e4b9e 100644 (file)
@@ -3,33 +3,36 @@
 
   source file of the Flower Library
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #include "interval.hh"
-#include "real.hh"
+
 #include "interval.tcc"
 
+template<>
 Real
 Interval_t<Real>::infinity () 
 {
   return HUGE_VAL;
 }
 
+template<>
 String
 Interval_t<Real>::T_to_string (Real r)
 {
   return ::to_string (r);
 }
 
-
+template<>
 int
 Interval_t<int>::infinity () 
 {
   return INT_MAX;
 }
 
+
+template<>
 String
 Interval_t<int>::T_to_string (int i)
 {