projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ced4fb
)
Remove some tabs.
author
Reid Spencer
<rspencer@reidspencer.com>
Wed, 24 Aug 2005 10:57:30 +0000
(10:57 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Wed, 24 Aug 2005 10:57:30 +0000
(10:57 +0000)
Wrap a line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23008
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/hash_set.in
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/hash_set.in
b/include/llvm/ADT/hash_set.in
index 1557579cd4a83e60f76517fb465aa4fbffa05b72..533b7574060c275ab3310ad3be606773c07b8010 100644
(file)
--- a/
include/llvm/ADT/hash_set.in
+++ b/
include/llvm/ADT/hash_set.in
@@
-83,10
+83,11
@@
template <class DataType> struct hash {
*/
template <typename ValueType,
- class _HashFcn = hash<ValueType>,
- class _EqualKey = equal_to<ValueType>,
- class _A = allocator <ValueType> >
-class hash_set : public rw_hashset<ValueType, class _HashFcn, class _EqualKey, class _A> {
+ class _HashFcn = hash<ValueType>,
+ class _EqualKey = equal_to<ValueType>,
+ class _A = allocator <ValueType> >
+class hash_set :
+ public rw_hashset<ValueType, class _HashFcn, class _EqualKey, class _A> {
};
} // end HASH_NAMESPACE;