]> www.ginac.de Git - cln.git/blobdiff - src/float/output/cl_F_printb.cc
* Cumulative patch including Bruno's work on large fixnums on 64 bit machines.
[cln.git] / src / float / output / cl_F_printb.cc
index 7c20abb1c73dec34c40f4f9d0188260d935a0b6e..9eafb0b29bce883f304452d066c2c9af92adf6ff 100644 (file)
@@ -16,7 +16,7 @@
 
 namespace cln {
 
-void print_float_binary (cl_ostream stream, const cl_F& z)
+void print_float_binary (std::ostream& stream, const cl_F& z)
 {
 // Vorzeichen, Punkt, Mantisse (binär), (Zweiersystem-)Exponent (dezimal)
        cl_idecoded_float m_e_s = integer_decode_float(z);