Removed headers that were accidently checked in.
Lots of compiling.
This commit is contained in:
parent
f759e35cd8
commit
71fa444424
47 changed files with 312 additions and 1049 deletions
|
@ -700,7 +700,9 @@ inline _base_HashTable<TYPE,ARG_TYPE,CMP_ARG_TYPE>::_base_HashTable(_base_HashTa
|
|||
{
|
||||
for (unsigned i=0; i<tableSize; ++i) { chainPA[i] = NULL; }
|
||||
|
||||
for( HashTable<TYPE>::ConstIterator it(ht); !it.Done(); it.Next() )
|
||||
|
||||
// for(HashTable<TYPE>::ConstIterator it(ht); !it.Done(); it.Next() )
|
||||
for (_base_HashTable::ConstIterator it(ht); !it.Done(); it.Next() )
|
||||
{
|
||||
AddRegardless( it.Get() );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue