diff --git a/include/llvm/ADT/hash_map.in b/include/llvm/ADT/hash_map.in index 1249dbbc488..0b27ed3f17a 100644 --- a/include/llvm/ADT/hash_map.in +++ b/include/llvm/ADT/hash_map.in @@ -84,7 +84,8 @@ template , class _EqualKey = equal_to, class _A = allocator > -class hash_map : public rw_hashmap { +class hash_map : public rw_hashmap { }; template , class _EqualKey = equal_to, class _A = allocator > -class hash_multimap : public rw_hashmultimap { +class hash_multimap : public rw_hashmultimap { }; } // end HASH_NAMESPACE;