public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* at() method with gcc 2.96
@ 2003-10-13  6:55 puneet girdhar
  2003-10-13 11:16 ` Eljay Love-Jensen
  0 siblings, 1 reply; 2+ messages in thread
From: puneet girdhar @ 2003-10-13  6:55 UTC (permalink / raw)
  To: gcc-help

gcc 2.96 does not have at() method in vector class of
STL . My code is using gcc 3.2.1 which has at() method
now i wnat to use gcc 2.96 on Linux which does not
have at() method in vector class of STL. SO what is
the alternative for that.

Thanks and Regards
Puneet


________________________________________________________________________
Yahoo! India Matrimony: Find your partner online.
Go to http://yahoo.shaadi.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: at() method with gcc 2.96
  2003-10-13  6:55 at() method with gcc 2.96 puneet girdhar
@ 2003-10-13 11:16 ` Eljay Love-Jensen
  0 siblings, 0 replies; 2+ messages in thread
From: Eljay Love-Jensen @ 2003-10-13 11:16 UTC (permalink / raw)
  To: puneet girdhar, gcc-help

Hi Puneet,

>SO what is the alternative for that.

My recommended alternative is to use the current GCC 3.3.1 on Linux, instead of Red Hat's 2.96.

The other alternative is to degenerate your code to the common denominator between RH 2.96 and the version of GCC you are using (3.2.1).

Note that RH 2.96 is fairly far from ISO 14882 compliance.  GCC 3.2.1 is pretty darn close to ISO 14882 compliance.

HTH,
--Eljay


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-13 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-13  6:55 at() method with gcc 2.96 puneet girdhar
2003-10-13 11:16 ` Eljay Love-Jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).