octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compilation error in oct-hist.cc: gnulib close/rpl_close


From: Michael Goffioul
Subject: Compilation error in oct-hist.cc: gnulib close/rpl_close
Date: Sat, 13 Feb 2010 11:12:54 +0000

../../src/oct-hist.cc(418) : error C2039: 'rpl_close' : is not a
member of 'std::basic_fstream<_Elem,_Traits>'
        with
        [
            _Elem=char,
            _Traits=std::char_traits<char>
        ]
../../src/oct-hist.cc(479) : error C2039: 'rpl_close' : is not a
member of 'std::basic_fstream<_Elem,_Traits>'
        with
        [
            _Elem=char,
            _Traits=std::char_traits<char>
        ]

Using the same trick as in load-save.cc seems to work fine.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]