Add hash_multimap support
authorChris Lattner <sabre@nondot.org>
Sat, 1 Feb 2003 04:14:28 +0000 (04:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 1 Feb 2003 04:14:28 +0000 (04:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5457 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/hash_map

index 68ee596a855697dabaf3051722f485497936a5af..dc905da4101c46021d68eccd488bd6146ac25540 100644 (file)
@@ -37,6 +37,7 @@
 #endif
 
 using HASH_NAMESPACE::hash_map;
+using HASH_NAMESPACE::hash_multimap;
 using HASH_NAMESPACE::hash;
 
 #include <Support/HashExtras.h>