mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix clang-tidy modernize-use-transparent-functors warnings in headers
This commit is contained in:
parent
e613e7c304
commit
6f79a6381f
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ public:
|
||||||
* Ordered from greatest to least strength. Matches of the same strength
|
* Ordered from greatest to least strength. Matches of the same strength
|
||||||
* will be in the set in lexicographic order of the MIME type string.
|
* will be in the set in lexicographic order of the MIME type string.
|
||||||
*/
|
*/
|
||||||
using MIME_Matches = std::map<int, std::set<std::string>, std::greater<int>>;
|
using MIME_Matches = std::map<int, std::set<std::string>, std::greater<>>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Matches a chunk of data against file magic signatures.
|
* Matches a chunk of data against file magic signatures.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue