Jump to content

Standard Template Library: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
==Description==
The Standard Template Library (STL) is part of the ISO C++ 99 standard, so all compilers complying to that standard should support it or even have it included already.
The Standard Template Library (STL) is part of the ISO C++ 99 standard, so all compilers complying to that standard should support it or even have it included already.


Line 7: Line 8:
Other compilers not used by myself...!?
Other compilers not used by myself...!?


[[Category:Glossary]]
==Version==
'''* Latest Version for OS/2-eCS''':
 
==Links==
 
==License==
 
==Related Articles==
 
==Publications==
 
 
[[Category: Tools]]

Revision as of 19:54, 9 December 2011

Description

The Standard Template Library (STL) is part of the ISO C++ 99 standard, so all compilers complying to that standard should support it or even have it included already.

This is certainly true for the latest versions of GCC.

For Visual Age C++ 3.0 some older versions of STLport reportedly have been usable, something around version 3.0 (see archive at the STLport site). However, the latest versions are not useable any more, mainly because the compiler does not support advanced features like namespaces (it isn't yet ISO C++ 99 compliant!) and also because the template implementation does not work together with what the STL assumes.

Other compilers not used by myself...!?

Version

* Latest Version for OS/2-eCS:

Links

License

Related Articles

Publications