mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Remove some tabs.
Wrap a line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23008 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0ced4fbcd7
commit
ca09bd0732
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user