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 | 2c5b6a0021ce654d8c4df8a647122f497026da57 (patch) | |
| tree | 84aa36ae97409fd6e4b8fa34a57862fc0a9b6b10 | |
| parent | ee97c8b08aef88171dd240a030a35cd3f410a6df (diff) | |
| download | bcm5719-llvm-2c5b6a0021ce654d8c4df8a647122f497026da57.tar.gz bcm5719-llvm-2c5b6a0021ce654d8c4df8a647122f497026da57.zip | |
Add hash_multimap support
llvm-svn: 5457
| -rw-r--r-- | llvm/include/Support/hash_map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/Support/hash_map b/llvm/include/Support/hash_map index 68ee596a855..dc905da4101 100644 --- a/llvm/include/Support/hash_map +++ b/llvm/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> |

