[llvm-commits] CVS: llvm/include/Support/hash_set hash_map

Vikram Adve vadve at cs.uiuc.edu
Fri Nov 8 08:08:01 PST 2002


Changes in directory llvm/include/Support:

hash_set updated: 1.5 -> 1.6
hash_map updated: 1.4 -> 1.5

---
Log message:

Include HashExtras.h since it is almost always needed anyway.


---
Diffs of the changes:

Index: llvm/include/Support/hash_set
diff -u llvm/include/Support/hash_set:1.5 llvm/include/Support/hash_set:1.6
--- llvm/include/Support/hash_set:1.5	Thu Jul 25 10:23:20 2002
+++ llvm/include/Support/hash_set	Fri Nov  8 08:07:33 2002
@@ -39,5 +39,7 @@
 using HASH_NAMESPACE::hash_set;
 using HASH_NAMESPACE::hash;
 
+#include <Support/HashExtras.h>
+
 #endif
 


Index: llvm/include/Support/hash_map
diff -u llvm/include/Support/hash_map:1.4 llvm/include/Support/hash_map:1.5
--- llvm/include/Support/hash_map:1.4	Thu Jul 25 10:23:20 2002
+++ llvm/include/Support/hash_map	Fri Nov  8 08:07:33 2002
@@ -39,4 +39,6 @@
 using HASH_NAMESPACE::hash_map;
 using HASH_NAMESPACE::hash;
 
+#include <Support/HashExtras.h>
+
 #endif





More information about the llvm-commits mailing list