This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

vector class and at method


Hi All

I have to compile a code on RH AS 2.1 with gcc 2.96. 

I know that in this version of gcc, "at" method of vector class is not supported. But my code uses this extensively. (Apparently, I am porting an application from Solaris to Linux). I also know that gcc 3.2.1 (and onwards have fixed this and many other issues). 

But... RedHat officially supports only gcc 2.96

So.. do we have any solution/patch for above problem? If no, is there a known change, which I can make in g++ header files myself and the compile the code using new header files.

Regards
Ajay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]