gcc/libstdc++/stl
Geoff Berry 180ca3a1bb bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw is already the number of words...
* stl/bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro
	on _Nw since _Nw is already the number of words in the bitset.

From-SVN: r35885
2000-08-22 13:24:01 -06:00
..
algo.h
algobase.h
algorithm
alloc.h
bitset bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw is already the number of words... 2000-08-22 13:24:01 -06:00
bvector.h
ChangeLog bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw is already the number of words... 2000-08-22 13:24:01 -06: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
multimap.h
multiset.h
numeric
pair.h
pthread_alloc pthread_alloc: Solaris' ctype.h defines _U to 01; use _Up as template parameter instead. 1999-08-09 00:07:21 +00:00
pthread_alloc.h
queue
README
rope
rope.h
ropeimpl.h
set
set.h
slist
slist.h
stack
stack.h
stl_algo.h stl_function.h (bind1st, bind2nd): Rename __opr to __oper, as __opr is used internally by egcs. 2000-07-10 17:04:22 -04:00
stl_algobase.h
stl_alloc.h Make it possible to compile with __USE_MALLOC. 1999-05-07 10:13:49 +00:00
stl_bvector.h
stl_config.h stl_config.h (__MINGW32__): Define __STL_WIN32THREADS for thread safe runtime. 1999-12-14 07:02:23 +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_rope.h: Fix initialization order. 1999-11-22 23:35:50 +00:00
stl_function.h stl_function.h (bind1st, bind2nd): Rename __opr to __oper, as __opr is used internally by egcs. 2000-07-10 17:04:22 -04:00
stl_hash_fun.h
stl_hash_map.h
stl_hash_set.h
stl_hashtable.h
stl_heap.h
stl_iterator.h stl_iterator.h: Make it possible to use standard class `iterator'. 2000-01-24 11:25:23 +00:00
stl_list.h
stl_map.h
stl_multimap.h
stl_multiset.h
stl_numeric.h stl_function.h (bind1st, bind2nd): Rename __opr to __oper, as __opr is used internally by egcs. 2000-07-10 17:04:22 -04:00
stl_pair.h
stl_queue.h * stl_queue.h: Rename _M_c to c, and _M_comp to comp. 1999-06-17 23:54:56 +00:00
stl_raw_storage_iter.h
stl_relops.h
stl_rope.h stl_rope.h: Fix initialization order. 1999-11-22 23:35:50 +00:00
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.