]> www.ginac.de Git - cln.git/blobdiff - src/complex/input/cl_N_read_stream.cc
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
[cln.git] / src / complex / input / cl_N_read_stream.cc
index f22f3ed63e471b3a571573455b3b262ff81b8f32..48df82ee2def615fa8750deb98b773ef0c766376 100644 (file)
@@ -38,7 +38,7 @@ static cl_boolean number_char_p (char c)
        }
 }
 
-const cl_N read_complex (cl_istream stream, const cl_read_flags& flags)
+const cl_N read_complex (std::istream& stream, const cl_read_flags& flags)
 {
        // One pre-allocated buffer. This reduces the allocation/free cost.
        static pushstring_hack buffer;