X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=src%2Ffloat%2Finput%2Fcl_F_read_stream.cc;h=a3e7461fe72d8b638f51c16691f8bcf6156e18b0;hb=f3b29e52ea5a7b013f8294065920365e5d17d18f;hp=dfa30aa2a427d97b3020a150903020a3c9942d90;hpb=9f8bba7e113ffe1847994a62185ad384cd1be51f;p=cln.git diff --git a/src/float/input/cl_F_read_stream.cc b/src/float/input/cl_F_read_stream.cc index dfa30aa..a3e7461 100644 --- a/src/float/input/cl_F_read_stream.cc +++ b/src/float/input/cl_F_read_stream.cc @@ -40,7 +40,7 @@ static cl_boolean number_char_p (char c) } } -const cl_F read_float (cl_istream stream, const cl_read_flags& flags) +const cl_F read_float (std::istream& stream, const cl_read_flags& flags) { // One pre-allocated buffer. This reduces the allocation/free cost. static pushstring_hack buffer;