mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistent ordering of "inline explicit" vs. "explicit inline"
- resolve in favour of "inline explicit", which had marginally more uses and provides consistent prefixing for inline methods.
This commit is contained in:
@ -92,7 +92,7 @@ public:
|
||||
// This also handles a wordHashSet, which is derived from a HashTable.
|
||||
// The result is similar to a HashTable::sortedToc.
|
||||
template<class AnyType, class AnyHash>
|
||||
explicit inline hashedWordList
|
||||
inline explicit hashedWordList
|
||||
(
|
||||
const HashTable<AnyType, word, AnyHash>& tbl
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user