diff options
author | Chris Lattner <sabre@nondot.org> | 2003-02-01 04:14:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-02-01 04:14:28 +0000 |
commit | 7f306c8dcf9c36b73ba1c34ba5f33edf097e8937 (patch) | |
tree | da6db8cfb38f568325f80f38eb1ae8cf4b28a332 | |
parent | b3416bc9ccd9d7f379d14238bae297a9613999cf (diff) |
Add hash_multimap support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5457 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Support/hash_map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Support/hash_map b/include/Support/hash_map index 68ee596a85..dc905da410 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 <Support/HashExtras.h> |