modernize C++: use transparent functors

This commit is contained in:
wmayer
2023-08-07 13:31:19 +02:00
committed by wwmayer
parent 31ed14db83
commit b6f331f4fa
7 changed files with 13 additions and 11 deletions

View File

@@ -267,7 +267,7 @@ private:
std::map<const char*, IndexedElements, CStringComp> indexedNames;
std::map<MappedName, IndexedName, std::less<MappedName>> mappedNames;
std::map<MappedName, IndexedName, std::less<>> mappedNames;
struct ChildMapInfo
{