Please resolve the following gcc / g++ compiler error in /usr/include/c++/3.2.3/bits/fstream.tcc

In file included from /usr/include/c++/3.2.3/fstream:576,
/usr/include/c++/3.2.3/bits/fstream.tcc: In member function `virtual
_Traits::pos_type std::basic_filebuf<_CharT,
_Traits>::seekoff(_Traits::off_type, std::_Ios_Seekdir,
std::_Ios_Openmode)':
/usr/include/c++/3.2.3/bits/fstream.tcc:455: *syntax error before `this'*


I am using the version :

Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-34)


I am calling </usr/include/c++/3.2.3/fstream> in my file, internally which might be calling </usr/include/c++/3.2.3/bits/fstream.tcc> , the error is in </usr/include/c++/3.2.3/bits/fstream.tcc> on line 455

Reply via email to