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:
Mark Olesen
2018-05-30 12:11:13 +02:00
parent f9fe71815a
commit 2aaae74ee1
23 changed files with 53 additions and 53 deletions

View File

@ -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
);