latest STL

From: Shuo Xiang (sxiang_at_student.math.uwaterloo.ca)
Date: 08/18/03


Date: 18 Aug 2003 08:36:22 -0700

Greetings:

A few weeks ago I wasn't able to get a Euchre game compile on my
computer because it had an outdated version of the STL vector which
did not include the bound checking "at()" function which fulfills
essentially the same task as the [] member operator.

Since it is to my knowledge that the entire STL comes as a collection
of header files only, is it possible to upgrade STL just by
downloading the latest version of the respective header files (I'm
most interested in stl_vector.h) ? Or do I have to upgrade gcc itself
to 3.x?

If a header file upgrade is possible, where do I find them (I believe
HP makes them)

Regards,

Shuo Xiang



Relevant Pages

  • Re: latest STL
    ... > Since it is to my knowledge that the entire STL comes as a collection ... > downloading the latest version of the respective header files (I'm ... Or do I have to upgrade gcc itself ...
    (comp.os.linux.development.apps)
  • Way to upgrade the STL supported by the compiler?
    ... I am using Ms VC6. ... Anyway to upgrade the compiler so that it supports ... higher version of STL? ...
    (microsoft.public.vc.stl)
  • Re: A solution to warning C4251 - class needs to have dll-interface...?
    ... Because the functions of the STL containers ... are completely defined by their header files. ... the static data for the entire program. ...
    (microsoft.public.vc.language)
  • Re: A solution to warning C4251 - class needs to have dll-interface...?
    ... Because the functions of the STL containers ... are completely defined by their header files. ... considered equivalent to static linking for compilation dependency ... CRT state, including heap, file descriptors, and so forth, and you won't ...
    (microsoft.public.vc.language)
  • Re: standard template library
    ... there is like 50 header files, which of those are STL? ... Why do you care? ... -- RFC 1925 ...
    (microsoft.public.vc.language)

Loading