[llvm-commits] CVS: llvm/include/Support/hash_map
Chris Lattner
lattner at cs.uiuc.edu
Fri Jan 31 22:15:01 PST 2003
Changes in directory llvm/include/Support:
hash_map updated: 1.5 -> 1.6
---
Log message:
Add hash_multimap support
---
Diffs of the changes:
Index: llvm/include/Support/hash_map
diff -u llvm/include/Support/hash_map:1.5 llvm/include/Support/hash_map:1.6
--- llvm/include/Support/hash_map:1.5 Fri Nov 8 08:07:33 2002
+++ llvm/include/Support/hash_map Fri Jan 31 22:14:28 2003
@@ -37,6 +37,7 @@
#endif
using HASH_NAMESPACE::hash_map;
+using HASH_NAMESPACE::hash_multimap;
using HASH_NAMESPACE::hash;
#include <Support/HashExtras.h>
More information about the llvm-commits
mailing list