llvm-6502/include
Vikram S. Adve 7f90b520b4 Include vector into these two files to ensure that specializations like
stl_bvector.h are correctly included into *anything* that includes hash_map
or hash_set.  ext/hash_map includes stl_vector.h directly and leaves
out the specializations, causing truly nasty bugs due to inconsistent
versions of vector<> being used for vector<bool> in different files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7303 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-25 14:06:13 +00:00
..
boost Add support for gcc 3.2 2002-09-17 23:38:38 +00:00
Config Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
llvm Cleanups: 2003-07-24 21:37:57 +00:00
Support Include vector into these two files to ensure that specializations like 2003-07-25 14:06:13 +00:00