gcc/libstdc++/stl/README

14 lines
571 B
Plaintext
Raw Normal View History

1997-08-22 00:57:35 +02:00
This directory contains an SGI release of the C++ Standard Template
1998-09-15 15:43:48 +02:00
Library, slightly modified to work with g++.
1997-08-22 00:57:35 +02:00
Note that this is based on a pre-Draft Standard for C++.
Things are likely to change. For example, the header file names
are very likely to change. The Allocator interface will change. Etc, etc.
CYGNUS MAKES NO COMMITTMENT (yet) TO SUPPORT BACKWARD COMPATIBILITY FOR STL.
1998-09-15 15:43:59 +02:00
For examples of things that should work, look in the ../tests directory.
1997-08-22 00:57:35 +02:00
DOCUMENTATION:
See http://www.sgi.com/Technology/STL/ or http://www.dinkumware.com/
on the World-Wide Web.