gcc/libstdc++/stl
Jason Merrill ff893307d0 algo.h, [...]: Update To September 8 SGI release.
* algo.h, algobase.h, alloc.h, bvector.h, deque.h, hashtable.h,
	iterator.h, list.h, rope.h, ropeimpl.h, slist.h, stl_config.h,
	tree.h, vector.h: Update To September 8 SGI release.

From-SVN: r15211
1997-09-09 22:49:45 -04:00
..
ChangeLog algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
README Initial revision 1997-08-21 18:57:35 -04:00
algo.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
algobase.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
alloc.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
bvector.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
defalloc.h Initial revision 1997-08-21 18:57:35 -04:00
deque.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
function.h Initial revision 1997-08-21 18:57:35 -04:00
hash_map.h Initial revision 1997-08-21 18:57:35 -04:00
hash_set.h Initial revision 1997-08-21 18:57:35 -04:00
hashtable.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
heap.h Initial revision 1997-08-21 18:57:35 -04:00
iterator.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
list.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
map.h Initial revision 1997-08-21 18:57:35 -04:00
multimap.h Initial revision 1997-08-21 18:57:35 -04:00
multiset.h Initial revision 1997-08-21 18:57:35 -04:00
pair.h Initial revision 1997-08-21 18:57:35 -04:00
pthread_alloc.h Initial revision 1997-08-21 18:57:35 -04:00
rope.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
ropeimpl.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
set.h Initial revision 1997-08-21 18:57:35 -04:00
slist.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
stack.h Initial revision 1997-08-21 18:57:35 -04:00
stl_config.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
tempbuf.h Initial revision 1997-08-21 18:57:35 -04:00
tree.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00
type_traits.h Initial revision 1997-08-21 18:57:35 -04:00
vector.h algo.h, [...]: Update To September 8 SGI release. 1997-09-09 22:49:45 -04:00

README

This directory contains an SGI release of the C++ Standard Template
Library, slightly modified to work with g++ (version 2.8.0 or newer).

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.

For examples if things that should work, look in the ../tests directory.

DOCUMENTATION:
See http://www.sgi.com/Technology/STL/ or http://www.dinkumware.com/
on the World-Wide Web.

	--Jason Merrill
Cygnus Support     jason@cygnus.com