]> www.ginac.de Git - cln.git/blobdiff - src/complex/ring/cl_C_ring.cc
Extend the exponent range from 32 bits to 64 bits on selected platforms.
[cln.git] / src / complex / ring / cl_C_ring.cc
index 6e6cb7433c0dc09e71cf669d555157de96664065..5a576ece813e2ac2e24be81b05d0c1b9ed4fb6f3 100644 (file)
@@ -17,7 +17,7 @@ CL_PROVIDE(cl_C_ring)
 
 namespace cln {
 
-static void N_fprint (cl_heap_ring* R, cl_ostream stream, const _cl_ring_element& x)
+static void N_fprint (cl_heap_ring* R, std::ostream& stream, const _cl_ring_element& x)
 {
        unused R;
        fprint(stream,The(cl_N)(x));
@@ -153,6 +153,7 @@ cl_class cl_class_complex_ring = {
 };
 
 // Constructor.
+template <>
 inline cl_complex_ring::cl_specialized_number_ring ()
        : cl_number_ring (new cl_heap_complex_ring()) {}