From: Chris Lattner Date: Sat, 1 Feb 2003 04:14:28 +0000 (+0000) Subject: Add hash_multimap support X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7f306c8dcf9c36b73ba1c34ba5f33edf097e8937;p=oota-llvm.git Add hash_multimap support git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/Support/hash_map b/include/Support/hash_map index 68ee596a855..dc905da4101 100644 --- a/include/Support/hash_map +++ b/include/Support/hash_map @@ -37,6 +37,7 @@ #endif using HASH_NAMESPACE::hash_map; +using HASH_NAMESPACE::hash_multimap; using HASH_NAMESPACE::hash; #include