NetBSD/gnu/dist/libstdc++/stl
tv ae250d0e0a Round 2 of gnu/dist cleanup:
- remove ChangeLogs (still available on vendor FSF/CYGNUS branch, 1.1.1)
- remove many target-system config files unrelated to NetBSD targets
1999-02-04 04:25:21 +00:00
..
algo.h
algobase.h
algorithm
alloc.h
bvector.h
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 initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00
memory
multimap.h
multiset.h
numeric
pair.h
pthread_alloc
pthread_alloc.h
queue
README
rope
rope.h initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00
ropeimpl.h
set
set.h initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00
slist
slist.h
stack
stack.h initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00
stl_algo.h
stl_algobase.h initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00
stl_alloc.h Significantly reduce code size of programs which use string, complex, 1999-01-19 15:27:24 +00:00
stl_bvector.h
stl_config.h
stl_construct.h
stl_deque.h
stl_function.h
stl_hash_fun.h initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00
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 initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00
type_traits.h
utility
vector
vector.h initial import of the egcs 1.0.2 standard c++ library 1998-03-29 08:31:49 +00:00

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