gcc/libstdc++/stl
Ulrich Drepper 554241c33e Bring over lost changes from Cygnus's directory.
* Missing ChangeLog entries.
	* Whitespace fixes.
	* Enable multilib by default
	* One stl fix (#ifdef -> #if)

From-SVN: r26234
1999-04-06 21:20:00 -06:00
..
algo.h
algobase.h
algorithm
alloc.h
bitset Bring over lost changes from Cygnus's directory. 1999-04-06 21:20:00 -06:00
bvector.h
ChangeLog Update. 1999-01-20 18:05:11 +00: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
list
list.h
map
map.h
memory memory (auto_ptr::operator auto_ptr_ref<_Tp1>): Fix typo. 1998-10-11 17:48:12 +00:00
multimap.h
multiset.h
numeric
pair.h
pthread_alloc
pthread_alloc.h
queue
README tweak 1998-09-15 09:43:59 -04:00
rope
rope.h
ropeimpl.h
set
set.h
slist
slist.h
stack
stack.h
stl_algo.h
stl_algobase.h
stl_alloc.h Add support for Solaris thread library. 1999-02-04 15:51:42 +00:00
stl_bvector.h
stl_config.h Recognize _SOLTHREADS and define internal macros appropriately. 1999-02-04 15:51:19 +00:00
stl_construct.h (__destroy_aux): Use != instead of < for ForwardIterator comparison. 1999-01-20 18:04:49 +00:00
stl_deque.h
stl_function.h
stl_hash_fun.h
stl_hash_map.h
stl_hash_set.h
stl_hashtable.h
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
stl_set.h
stl_slist.h
stl_stack.h
stl_tempbuf.h
stl_tree.h
stl_uninitialized.h
stl_vector.h
tempbuf.h
tree.h
type_traits.h
utility
vector
vector.h

This directory contains an SGI release of the C++ Standard Template
Library, slightly modified to work with g++.

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 of 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.