BUG: HashTable: remove conversion operator from iterator to const_iterator

This commit is contained in:
mattijs
2011-03-09 18:08:30 +00:00
parent 92ff766c19
commit 4d2cf1472f
3 changed files with 18 additions and 24 deletions

View File

@ -37,9 +37,6 @@ const Foam::label Foam::HashTableCore::maxTableSize
)
);
const Foam::HashTableCore::iteratorEnd Foam::HashTableCore::endIter;
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
Foam::label Foam::HashTableCore::canonicalSize(const label size)