gcc/libstdc++/stl
Jason Merrill ff51efd52d Initial revision
From-SVN: r22182
1998-09-02 08:33:39 -04:00
..
algo.h
algobase.h
algorithm
alloc.h
bitset Initial revision 1998-09-02 08:33:33 -04:00
bvector.h
ChangeLog stl_tempbuf.h (temporary_buffer): Add missing typename. 1998-07-11 23:18:39 -04:00
char_traits.h Initial revision 1998-09-02 08:33:33 -04:00
defalloc.h
deque
deque.h
function.h
functional
hash_map
hash_map.h
hash_set
hash_set.h
hashtable.h
heap.h
iterator
iterator.h
limits This commit was generated by cvs2svn to compensate for changes in r22177, 1998-09-02 08:28:51 -04:00
list
list.h
map
map.h
memory
multimap.h
multiset.h
numeric
pair.h
pthread_alloc typo typo fixes fixes 1998-05-06 15:09:07 -06:00
pthread_alloc.h
queue
README
rope
rope.h
ropeimpl.h typo typo fixes fixes 1998-05-06 15:09:07 -06:00
set
set.h
slist
slist.h
stack
stack.h
stdexcept Initial revision 1998-09-02 08:33:35 -04:00
stl_algo.h ropeimpl.h: Check __STL_PTHREADS instead of _PTHREADS. 1998-02-20 06:13:44 -05:00
stl_algobase.h
stl_alloc.h typo typo fixes fixes 1998-05-06 15:09:07 -06:00
stl_bvector.h
stl_config.h stl_config.h (__STL_PTHREADS): Don't define for glibc 2 if _G_USING_THUNKS is not defined. 1998-06-27 17:51:33 -06:00
stl_construct.h
stl_deque.h
stl_exception.h Initial revision 1998-09-02 08:33:38 -04:00
stl_function.h
stl_hash_fun.h
stl_hash_map.h
stl_hash_set.h fix typo 1997-11-08 03:51:15 -05:00
stl_hashtable.h (__stl_prime_list): Mark last two numbers as unsigned long since they are... 1998-04-07 18:39:16 +00:00
stl_heap.h
stl_iterator.h
stl_list.h
stl_map.h
stl_multimap.h
stl_multiset.h
stl_numeric.h
stl_pair.h
stl_queue.h
stl_raw_storage_iter.h
stl_relops.h
stl_rope.h ropeimpl.h: Check __STL_PTHREADS instead of _PTHREADS. 1998-02-20 06:13:44 -05:00
stl_set.h
stl_slist.h
stl_stack.h
stl_string_fwd.h Initial revision 1998-09-02 08:33:38 -04:00
stl_tempbuf.h stl_tempbuf.h (temporary_buffer): Add missing typename. 1998-07-11 23:18:39 -04:00
stl_tree.h
stl_uninitialized.h
stl_vector.h
string Initial revision 1998-09-02 08:33:39 -04:00
tempbuf.h
tree.h
type_traits.h stl_tempbuf.h (temporary_buffer): Add missing typename. 1998-07-11 23:18:39 -04:00
utility
vector
vector.h

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