This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
vector class and at method
- From: "Ajay Bansal" <Ajay_Bansal at infosys dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Mon, 29 Sep 2003 20:02:27 +0530
- Subject: 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