Re: latest STL

From: Adam Fineman (aBfLiOnDeDmYaVnI_at_KcIoNmGpSuter.org)
Date: 08/19/03


Date: Tue, 19 Aug 2003 10:00:09 -0400

Shuo Xiang wrote:
<snip>
> 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?
>
It is unlikely that upgrading a single header would work. You should
upgrade your STL, at least. If you are using an rpm-based system, you
will probably also have to upgrade your compiler and your libstdc++-* rpms.

The good news is that g++ 3.x is a much better (i.e. more
standard-conforming) implementation.

- Adam



Relevant Pages

  • latest STL
    ... computer because it had an outdated version of the STL vector which ... 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)
  • 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)
  • Re: wtf wrong with msdn in .net 2003? I cant find stuff I _know_ is there..
    ... does not want anyone to use STL. ... the only thing i can do is browse through the actual header files and check ... instead promoting their own MFC cruft. ... > And I hate it when I hit F1 to get help on some Win API function and ...
    (microsoft.public.dotnet.languages.vc)