Merge branch 'enh-iter-cleanup' into 'develop'

Further hash table iter clean-up

See merge request !113
This commit is contained in:
Andrew Heather
2017-05-19 12:44:05 +01:00
231 changed files with 277 additions and 277 deletions

View File

@ -37,7 +37,7 @@ Foam::autoPtr<Foam::helpType> Foam::helpType::New
dictionaryConstructorTable::iterator cstrIter =
dictionaryConstructorTablePtr_->find(helpTypeName);
if (cstrIter == dictionaryConstructorTablePtr_->end())
if (!cstrIter.found())
{
// special treatment for -help
// exit without stack trace