2 interval.cc -- instantiate Interval_t<Real>
4 source file of the Flower Library
6 (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
11 #include "interval.tcc"
15 Interval_t
<Real
>::infinity ()
22 Interval_t
<Real
>::T_to_string (Real r
)
24 return ::to_string (r
);
29 Interval_t
<int>::infinity ()
36 Interval_t
<int>::T_to_string (int i
)
38 return ::to_string (i
);
41 template INTERVAL__INSTANTIATE (int);
42 template INTERVAL__INSTANTIATE (Real
);