diff --git a/src/RuleMatcher.h b/src/RuleMatcher.h index 6302731d87..5fafb679b3 100644 --- a/src/RuleMatcher.h +++ b/src/RuleMatcher.h @@ -266,7 +266,7 @@ public: * Ordered from greatest to least strength. Matches of the same strength * will be in the set in lexicographic order of the MIME type string. */ - using MIME_Matches = std::map, std::greater>; + using MIME_Matches = std::map, std::greater<>>; /** * Matches a chunk of data against file magic signatures.