]> git.pld-linux.org Git - packages/octave.git/blame - octave-c++.patch
- added c++ patch (namespace fix)
[packages/octave.git] / octave-c++.patch
CommitLineData
23702b6d
JB
1--- octave-4.4.1/liboctave/util/lo-utils.cc.orig 2018-08-09 20:20:32.000000000 +0200
2+++ octave-4.4.1/liboctave/util/lo-utils.cc 2022-12-16 19:29:49.495296270 +0100
3@@ -261,7 +261,7 @@ octave_read_fp_value (std::istream& is)
4
5 // FIXME: resetting stream position is likely to fail unless we are
6 // reading from a file.
7- std::ios::streampos pos = is.tellg ();
8+ std::streampos pos = is.tellg ();
9
10 char c1 = ' ';
11
This page took 0.106995 seconds and 4 git commands to generate.