mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: mismatch of inline some HashTable methods
This commit is contained in:
@ -737,7 +737,7 @@ protected:
|
||||
inline Iterator(bool, table_type* tbl);
|
||||
|
||||
//- Construct by finding key in hash table
|
||||
inline Iterator(table_type* tbl, const Key& key);
|
||||
Iterator(table_type* tbl, const Key& key);
|
||||
|
||||
|
||||
// Protected Member Functions
|
||||
|
||||
@ -60,7 +60,7 @@ inline bool Foam::HashTable<T, Key, Hash>::empty() const
|
||||
|
||||
|
||||
template<class T, class Key, class Hash>
|
||||
bool Foam::HashTable<T, Key, Hash>::found(const Key& key) const
|
||||
inline bool Foam::HashTable<T, Key, Hash>::found(const Key& key) const
|
||||
{
|
||||
if (size_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user